-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
71 lines (60 loc) · 1.54 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
# this property is useful for conditional filtering of content that is separate from the PDF.
output: web
# this appears on the top navigation bar next to the home button
topnav_title: Hygames
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
site_title: Hygames
github_repo: https://github.com/hygames/www-hygames-dev/
github_org: https://github.com/hygames/
github_editme_basepath: https://github.com/hygames/www-hygames-dev/edit/master/
# google-analytics ID
google_analytics: UA-90624848-2
# these are the files and directories that jekyll will exclude from the build
exclude:
- .idea/
- .gitignore
# library used for syntax highlighting
highlighter: rouge
# filter used to process markdown
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
# collections are declared here. This renders the content in _tooltips and processes it, but doesn't output it as actual files in the output unless you change output to true
collections:
posts:
output: true
permalink: /:year/:short_month/:title/
docs:
output: true
# defaults for front matter
defaults:
-
scope:
path: ""
values:
layout: "page"
topnav: topnav
-
scope:
path: "pages"
values:
layout: "page"
topnav: topnav
-
scope:
type: "docs"
values:
editme: true
layout: "docs"
topnav: topnav
-
scope:
type: "posts"
values:
layout: "post"
topnav: topnav
sidebars:
- gamebox_sidebar