-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
78 lines (70 loc) · 1.39 KB
/
_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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Site settings
title: Lab IT Polsri
description: A Blog and Journal about IT Polsri
baseurl: "" # the subpath
url: "https://lab.itpolsri.com" # the base hostname & protocol
name: Lab IT Polsri
description: We </> with 💙 for IT Polsri
avatar: /assets/img/itpolsri.png
email: [email protected]
github_username: itpolsri
instagram_username: itpolsri
disqus_username: itpolsri
gplus_username: itpolsri
twitter_username: labitpolsri
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /blog/:title/
# html minify
compress_html:
clippings: all
comments: all
endings: []
profile: false
# Links to include in menu navigation
# For external links add external: true
links:
- title: Home
url: /
- title: Blog
url: /blog
- title: Series
url: /series
- title: Tags
url: /tags
- title: About Us
url: /about
# plugins
plugins: [ jekyll-paginate-v2, jekyll-feed ]
# exclude
exclude: [
'.bundle',
'.publish',
'_drafts',
'node_modules',
'vendor',
'src',
'gulpfile.js',
'initpost.sh',
'package.json',
'package-lock.json',
'Gemfile',
'Gemfile.lock',
'README.md'
]
# collections
collections:
projects:
output: true
permalink: /projects/:path/
# pagination config
pagination:
enabled: true
debug: false
per_page: 5
sort_reverse: true
sort_field: 'date'
paginate_path: /page/:num/
permalink: '/page/:num/'
title: ':title'