-
Notifications
You must be signed in to change notification settings - Fork 23
/
config.toml
42 lines (33 loc) · 1017 Bytes
/
config.toml
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
baseURL = 'https://tinytapeout.com'
languageCode = 'en-us'
title = 'Tiny Tapeout'
theme = "learn"
[security]
[security.funcs]
getenv = ['^HUGO_', '^CI$', '^CF_']
[markup.goldmark.renderer]
unsafe= true
[params]
Description = "Quicker, easier and cheaper than ever to make your own chip!"
themeVariant = "tinytapeout"
defaultContentLanguage = 'en'
[outputs]
home = [ "HTML", "RSS", "JSON"]
[Languages]
[Languages.en]
title = "Quicker, easier and cheaper to make your own chip!"
weight = 1
languageName = "English"
[Languages.es]
title = "¡Hacer tu propio chip de forma más rápida, más fácil y más barata!"
weight = 2
languageName = "Español"
[Languages.ua]
title = "Документація українською"
weight = 3
languageName = "Українська"
[Languages.it]
title = "Crea il tuo microchip in modo più veloce, più semplice ed economico!"
weight = 4
languageName = "Italiano"
#disableLanguages = ['es', 'it']