forked from hacks-guide/Guide_Wii
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·137 lines (130 loc) · 3.07 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your entire site, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# `jekyll serve`. If you change this file, please restart the server process.
# Theme Settings
#
# Review documentation to determine if you should use `theme` or `remote_theme`
# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme
theme : "minimal-mistakes-hacks-guide"
# Site Settings
title : "Wii Hacks Guide"
name : "Nintendo Homebrew"
description : "The complete guide to modding your Wii, vWii, and Wii mini"
url : "https://wii.hacks.guide" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
enforce_ssl : "wii.hacks.guide"
repository : "hacks-guide/Guide_Wii" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
# Site Author
author:
name : "Nintendo Homebrew"
bio : "Nintendo Homebrew Community"
location : "Nullsec"
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/hacks-guide/Guide_Wii"
# Site Footer
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/hacks-guide/Guide_Wii"
# Reading Files
include:
- .htaccess
- _pages
- _pages/en_US
exclude: [
"*.sublime-project",
"*.sublime-workspace",
vendor,
.asset-cache,
.bundle,
.jekyll-assets-cache,
.sass-cache,
assets/js/plugins,
assets/js/_main.js,
assets/js/vendor,
banner.js,
Capfile,
CHANGELOG,
clean_translations.py,
config,
Gemfile,
Gruntfile.js,
gulpfile.js,
LICENSE,
log,
minimal-mistakes-jekyll.gemspec,
node_modules,
package.json,
package-lock.json,
Rakefile,
README,
crowdin.yaml,
staticman.yml,
_pages/af_ZA,
_pages/ar_SA,
_pages/ca_ES,
_pages/cs_CZ,
_pages/da_DK,
_pages/de_DE,
_pages/el_GR,
_pages/es_419,
_pages/es_ES,
_pages/fi_FI,
_pages/fr_FR,
_pages/he_IL,
_pages/hu_HU,
# _pages/it_IT,
_pages/ja_JP,
_pages/ko_KR,
_pages/nl_NL,
_pages/no_NO,
_pages/pl_PL,
_pages/pt_BR,
_pages/pt_PT,
_pages/ro_RO,
_pages/ru_RU,
_pages/sr_Cyrl,
_pages/sv_SE,
_pages/tr_TR,
_pages/uk_UA,
_pages/vi_VN,
_pages/zh_CN,
_pages/zh_TW
]
# Defaults
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: single
author_profile: false
sidebar: true
- scope:
path: "_pages/en_US"
type: pages
values:
permalink: /:basename:output_ext
lang: en
- scope:
path: "_pages/it_IT"
type: pages
values:
permalink: /it_IT/:basename:output_ext
lang: it
- scope:
path: "_pages/en_US/home.md"
type: pages
values:
permalink: /index:output_ext
- scope:
path: "_pages/it_IT/home.md"
type: pages
values:
permalink: /it_IT/index:output_ext