-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·41 lines (35 loc) · 936 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
# Site settings
title: FlyingSky
email: [email protected]
author: Ramon Liu
description: "Every day work and thought"
baseurl: ""
url: "/"
google_analytics: 'UA-32555592-2'
animated: false
disqus_shortname: 'flyingsky'
# Enable future posts (this is to track a bug with --drafts causing issues)
future: true
# Build settings
markdown: kramdown
# Due to us using the categories for posts then it is advisable to explicitly specify a
# permalink structure for the site. Otherwise Jekyll attempts to organize the pages in folders
# by the category names and it doesn't understand multi-categories to well :/
permalink: /:year/:month/:title.html
gems:
- jekyll-paginate-v2
exclude:
- Gemfile
- Gemfile.lock
sass:
compressed: true
excerpt_separator: "\n\n"
# Pagination Settings
pagination:
enabled: true
per_page: 5
permalink: '/page/:num/'
title: ' - page :num'
limit: 0
sort_field: 'date'
sort_reverse: true