forked from pconcurrently/blog-jekyll-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (38 loc) · 972 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
# Site
name: "Po's Blog"
description: "My pretty awesome blog or so"
meta_description: "Jekyll template, Medium styled, free for bloggers."
logo: 'assets/img/logo.svg'
favicon: 'assets/img/favicon.ico'
# baseurl: /
google_analytics: 'UA-122600677-2'
# disqus: 'blog.phohuynh.com'
# mailchimp-list: 'https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b'
# Authors
authors:
po:
name: Po
display_name: Po Béo
gravatar: 22b726d6f21d9199ee9dc60df6d99c75
email: [email protected]
web: https://phohuynh.com
twitter: https://twitter.com/shortgiraffe4
description: "A web developer"
# Plugins
plugins:
- jekyll-paginate
- jekyll-archives
- jekyll-seo-tag
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: '/category/:name/'
# Pagination
paginate: 6
paginate_path: /page:num/
# Other
markdown: kramdown
highlighter: rouge