-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
102 lines (86 loc) · 2.18 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
### Site Settings ###
title : Randovania
tagline : A randomizer platform for a multitude of games
description : A randomizer platform for a multitude of games.
baseurl : ""
repository : randovania/randovania.github.io
open_new_tab : false # Opens external URLs in new tab (works for posts, projects and navbar only)
domain : randovania.org
url : "https://randovania.org"
logo : /assets/randovania.png
### Plugins ###
plugins:
- jemoji
- jekyll-sitemap
### Navbar Settings ###
nav_exclude: # The following paths are excluded from navbar
- pages/tags.html
- pages/404.html
- pages/index.md
- pages/experimental-games.md
### Social Media Info ###
social:
discord : M23gCxj6fw
github : randovania
open-collective : randovania
### Posts ###
permalink: /guides/:title
### Collections ###
collections:
games:
output: true
permalink: /games/:path/
redirects:
output: true
permalink: /:path
videos:
output: true
permalink: /games/:path/videos/
### Analytics ###
analytics:
enabled: false # Set true to enable analytics
google:
tracking_id: your-google-tracking-id
### Defaults for collections ###
defaults:
- scope:
path: ""
type: "games"
values:
layout: "game"
uses-game-image: true
itemtype: "https://schema.org/FAQPage"
- scope:
path: ""
type: "redirects"
values:
layout: "redirect"
- scope:
path: ""
type: "videos"
values:
layout: "video_db"
uses-game-image: true
itemtype: "https://schema.org/VideoGallery"
- scope:
path: ""
type: "posts"
values:
comments: false # Set to true to enable disqus comments
itemtype: "https://schema.org/WebPage"
- scope:
path: ""
type: "pages"
values:
itemtype: "https://schema.org/WebPage"
### Exclude from processing ###
exclude:
- README.md
- CONTRIBUTING.md
- LICENSE
- "*.log"
- ci.sh
- Gemfile
- Gemfile.lock
- venv/
- build/