-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path_config.yml
74 lines (62 loc) · 1.37 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
72
73
74
repository: dooglz/gamesEng2
remote_theme: dooglz/documentation-theme-jekyll@gh-pages
output: web
topnav_title: Games Engineering
# this appears on the top navigation bar next to the home button
site_title: Games Engineering
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
company_name: Edinburgh napier University
# this appears in the footer
exclude:
- .idea/
- .gitignore
- .git
- .vscode
# these are the files and directories that jekyll will exclude from the build
feedback_subject_line: Games Engineering Documentation
feedback_email: [email protected]
highlighter: rouge
# library used for syntax highlighting
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
mathjax: true
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: true
search: true
sidebar: home_sidebar
topnav: topnav
-
scope:
path: ""
type: "tooltips"
values:
layout: "page"
comments: true
search: true
tooltip: true
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true
search: true
sidebar: home_sidebar
topnav: topnav
# these are defaults used for the frontmatter for these file types
sidebars:
- home_sidebar
webrick:
headers:
Access-Control-Allow-Origin: "*"