about summary refs log tree commit diff
path: root/config.toml
blob: 7a4626d082db85f71a98f89b8157e8f4ce819245 (plain) (blame)
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
baseURL = "https://huyngo.srht.site/"
copyright = "CC-BY-SA 4.0"
defaultContentLanguage = "en"
languageCode = "en-us"
summaryLength = 0
title = "Huy's site"
theme = "anubis"
AvailableText = "This post is available in:"


[languages]

[languages.en]
about = "About"
languageName = "English"

[languages.fr]
about = "À propos"
languageName = "Français"

[[languages.fr.menu.main]]
identifier = "about"
name = "À propos"
url = "/about/"
weight = 1

[[menu.main]]
identifier = "works"
name = "Travail"
url = "/works/"
weight = 5

[[languages.fr.menu.main]]
name = "RSS"
identifier = "rss"
url = "/rss/"
weight = 11

[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 1

[[menu.main]]
identifier = "works"
name = "Works"
url = "/works/"
weight = 5

[[menu.main]]
identifier = "conlang"
name = "Conlang"
url = "/conlang/"
weight = 10

[[menu.main]]
name = "RSS"
identifier = "rss"
url = "/rss/"
weight = 11

[params]
disableSummary = true
author = "Ngô Ngọc Đức Huy"
email = "huyngo@disroot.org"
style = "auto-without-switcher"
custom_css = ["css/custom.css"]
mainSections = ["posts"]

[markup.goldmark.renderer]
unsafe = true