-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
57 lines (51 loc) · 961 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
# Website settings
baseurl: "/"
base_url: "https://dd.thekkedam.org"
url: "https://dd.thekkedam.org"
domain: "dd.thekkedam.org"
production: "true"
# Jekyll build settings
paginate: 6
paginate_path: "/writing/page:num"
permalink: "/writing/:year/:month/:day/:title/"
sass:
sass_dir: "/assets/css"
style: :compressed
highlighter: rouge
timezone: 'Europe/Berlin'
# Need to change this
#feed:
# path: atom.xml
# TO start using
jekyll-mentions:
base_url: https://twitter.com
# Exclude personal
exclude:
- build
- deploy
- docker-compose.yml
- Dockerfile
- dynabuild.txt
- Gemfile
- Gemfile.lock
- run-cmd.log
- tests
- update
- versions.json
- ToDO.md
# include
include:
- ".htaccess"
- ".message"
# Plugins (GitHub Pages only support a few)
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-mentions
- jekyll-gist
- jekyll-paginate
- jekyll-feed
- jemoji
- jekyll-avatar
- jekyll-seo-tag
- rouge