forked from sofiboselli/sofiboselli.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
53 lines (45 loc) · 1.23 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
# Site settings
title:
email:
description: > # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://khimo.github.io" # the base hostname & protocol for your site
highlighter: rouge
twitter_username:
github_username:
# Build settings
markdown: kramdown
kramdown:
auto_ids: true # Auto-generate ID's for headings
# Jekyll collections
collections:
help_drivers:
output: true
permalink: /help_drivers/:path/
bli_advanced_user_guide:
output: true
permalink: /bli-guides/bli_advanced_user_guide/:path
01-setup-bli-pro:
output: true
permalink: /bli-guides/bli-pro-user-guide/01-setup-bli-pro/:path
bli-pro-user-guide:
output: true
permalink: /bli-guides/bli-pro-user-guide/:path
ideas:
output: true
permalink: /bli-guides/ideas/:path
manuals:
output: true
permalink: /bli-guides/manuals/:path
developers-guides:
output: true
permalink: /bli-guides/developers-guides/:path
lua-macro-snippets:
output: true
permalink: /bli-guides/manuals/howto-lua-macros/:path
directory: /bli-guides/_lua-macro-snippets/
collections_dir: bli-guides
#jekyll plugins for TOC and sitemap
plugins:
- jekyll-toc
- jekyll-sitemap