forked from artemsheludko/zolan
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·60 lines (46 loc) · 923 Bytes
/
Copy path_config.yml
File metadata and controls
executable file
·60 lines (46 loc) · 923 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
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
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://nslab-cuk.github.io" # the base hostname & protocol for your site, e.g. http://example.com
# Build settings
markdown: kramdown
permalink: pretty
paginate: 5
paginate_path: "/page/:num"
future: true
# Markdown Processing
kramdown:
input: GFM
auto_ids: true
toc_levels: 1..6
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
# - jekyll-toc
- jemoji
# Pages Path
defaults:
- scope:
path: '_pages'
values:
permalink: /:basename:output_ext
include:
- _pages
# Atom Feed
author:
name: NS Lab @ CUK
logo: /images/Logo_Wide.png
email: nslab.ai.cuk@gmail.com
feed:
path: atom.xml
# Tags
tag_page_dir: tag
tag_page_layout: tag_page
tag_permalink_style: pretty
sass:
sass_dir: _sass
style: compressed
analytics:
provider: google
google:
tracking_id: G-1MH93MRZ7X