-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
47 lines (30 loc) · 805 Bytes
/
hugo.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
43
44
45
46
47
baseURL = 'https://daytheipc.com/'
languageCode = 'en-us'
title = "Daniela's Hideout"
theme = 'day'
defaultContentLanguage = 'en'
enableMissingTranslationPlaceholders = true
[params]
onionBaseURL = 'http://dayos4s5ipb5iorxo7nx2yfch4obxlxyg26wsoxp3ungezgfwlzr2oyd.onion/'
[module]
[[module.mounts]]
excludeFiles = ['/photos/*']
source = 'content'
target = 'content'
[languages]
[languages.en]
disabled = false
languageCode = 'en-US'
languageDirection = 'ltr'
languageName = 'English'
weight = 1
[languages.pt-br]
disabled = false
languageCode = 'pt-BR'
languageDirection = 'ltr'
languageName = 'Português'
weight = 2
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true