-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
42 lines (37 loc) · 973 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
# Site
name: "Zen"
description: "Our writing is an exercise in respect for your time. :)"
meta_description: "A blogging platform designed by Siddharth Sham"
logo: 'assets/images/logo.png'
favicon: 'assets/images/favicon.png'
baseurl: /
google_analytics: 'UA-123602210-1'
disqus: 'Zen'
mailchimp-list: ''
# Authors
authors:
sid:
name: Siddharth Sham
display_name: Siddharth Sham
email: [email protected]
web: https://siddharthsham.github.io/zen
description: "Me? I'm probably drinking coffee, as I dream about alternate Universes in which blog pages type themselves..."
instagram: https://www.instagram.com/Siddharth_Sham
gravatar: 'assets/images/profile.jpg'
# Plugins
plugins:
- jekyll-paginate
- jekyll-archives
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: '/category/:name/'
# Pagination
paginate: 6
paginate_path: /page:num/
# Other
markdown: kramdown
highlighter: rouge