-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
69 lines (55 loc) · 1.83 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, 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.
exclude: [fix_md_script]
# Site settings
title:
en: VoxForge - Free Speech... Recognition
es: VoxForge - libertad de expresión
fr: VoxForge - Voix Libre
de: VoxForge - Freie Spracherkennung
# word 'language' in local language
languagesLocal:
en: Languages
fr: Langues
es: Idiomas
de: Sprache
# localized language name
languageName:
en: English
fr: Français
es: Español
de: Deutsche
# hover language name translated to English
languageEnglish:
en: English
fr: French
es: Spanish
de: German
email: [email protected]
# home page
index:
en: home
fr: accueil
es: boenosdias
de: startseite
baseurl: "" # the subpath of your site, e.g. /blog
# redirects use this url:
url: "https://voxforge.github.io" # prod - the base hostname & protocol for your site
#url: "https://jekyll_voxforge.org" # dev - (need to also update voxforge_sw.js and _config.yml: permalink)
# use https://jekyll_voxforge.org/en/read/ to directly access read page
# add trailing slash to permalinks:
# (for debugging with Apache2 and self signed SSL certificate)
# note: messes up manifest path,
permalink: /:lang/:ref # prod - required for links to work properly on Github
#permalink: /:lang/:ref/ # dev - (need to also update voxforge_sw.js and _config.yml: URL; and copy manifest file to en/read and restart jekyll...)
collections:
faqs:
output: true
title: FAQs
# see: https://help.github.com/articles/redirects-on-github-pages/
plugins:
- jekyll-redirect-from