forked from tiepvupsu/tiepvupsu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
35 lines (27 loc) · 661 Bytes
/
Copy path_config.yml
File metadata and controls
35 lines (27 loc) · 661 Bytes
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
sass:
style: :compressed # Change to :expanded for debugging
permalink: /:year/:month/:day/:title.html
url: https://machinelearningcoban.com
baseurl: ""
future: true
debug: false
# Build settings
markdown: kramdown
permalink: pretty
future: true
highlighter: rouge
linenos: true
kramdown:
input: GFM
auto_ids: true
syntax_highlighter: rouge
# Disqus post comments
disqus_shortname: tiepvu
# number of posts per page. Should be a number such that total pages >= 5. Well, this
# is my choice, there is no specific reason for this.
paginate: 10
paginate_path: "/page:num/"
# `gems: [jekyll-paginate]`
gems:
- jekyll-sitemap
- jekyll-paginate