-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
60 lines (54 loc) · 989 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
title: Stisla Jekyll Theme
email: [email protected]
description: >-
Hi, my name is Cahyadi Triyansyah, this site is built with Jekyll and Stisla theme
baseurl: ""
url: ""
twitter_username: SunDi3yansyah
github_username: SunDi3yansyah
# Build settings
markdown: kramdown
highlighter: rouge
permalink: "/:year/:i_month/:i_day/:title/"
category_dir: ""
feed:
path: feed/atom.xml
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: '/category/:name/'
# Pagination
paginate: 6
paginate_path: /page:num/
# Plugins
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
- jekyll-archives
- jekyll-gist
- jemoji
# Include
include:
- _pages
# Exclude
exclude:
- .github
- .idea
- .vscode
- README.md
- LICENSE
- Gemfile
- Gemfile.lock
- CNAME
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- GUIDELINES.md
- Rakefile
- stisla-jekyll.gemspec
- stisla