wiki/_config.yml
Pk11 06f775b62e Improve support for old browsers
The site is now functional, though not perfect, on the n3DS browser (and also Safari 5.0.6, the Vita browser, and probably more)
2021-06-27 00:28:27 -05:00

68 lines
1013 B
YAML

title : "DS-Homebrew Wiki"
description : "Wikis for DS-Homebrew projects"
repo : "DS-Homebrew/wiki"
color : "#072f4f"
image : "https://avatars1.githubusercontent.com/u/46971470?s=200&v=4"
collections_dir: pages
sass:
sass_dir: _sass
defaults:
- scope:
path: ""
values:
layout: wiki
- scope:
path: assets/js
values:
layout: null
collections:
en-US:
output: true
permalink: /:path:output_ext
ic-IC:
output: true
da-DK:
output: true
de-DE:
output: true
es-ES:
output: true
fr-FR:
output: true
he-IL:
output: true
hu-HU:
output: true
id-ID:
output: true
it-IT:
output: true
ja-JP:
output: true
ko-KR:
output: true
nl-NL:
output: true
no-NO:
output: true
pl-PL:
output: true
pt-PT:
output: true
ru-RU:
output: true
sv-SE:
output: true
tr-TR:
output: true
uk-UA:
output: true
zh-CN:
output: true
zh-TW:
output: true