-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
52 lines (41 loc) · 1.28 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
# 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 API
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
site_title: Hygames API
github_repo: https://github.com/hygames/api-hygames-dev/
github_org: https://github.com/hygames/
github_editme_basepath: https://github.com/hygames/api-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
include:
- gamebox/**
- _redirects
# 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: false
permalink: /:year/:short_month/:title/
# defaults for front matter
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
topnav: topnav