-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
47 lines (42 loc) · 912 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Site settings
title: Primitives
description: Engineering Blog
header_img: /assets/img/home.jpeg
baseurl: /primitives
owner: sambacha
published_at: 2021
# Sidebar settings
sidebar: true
sidebar_avatar: /assets/img/avatar.jpeg
sidebar_about_description: 0xJanitor
RSS: true
email: [email protected]
github_username: sambacha
# Google Analytics settings (https://analytics.google.com/)
ga_measurement_id:
# Comments settings (https://utteranc.es/)
# You must use your own repository, otherwise it won't work.
comments_repository: sambacha/comments
# Build settings
paginate: 10
timezone: UTC
kramdown:
syntax_highlighter_opts:
block:
line_numbers: true
collections:
pages:
output: true
permalink: /:path/
defaults:
- scope:
path: _posts
values:
layout: post
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
- jemoji
- rouge