blob: eea8fa64cf2110419ce520e5ebccc84ceb137d39 (
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
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
[[language.fr.menu.main]]
identifier = "contact"
name = "Contacter"
url = "/contact/"
weight = 2
[[languages.fr.menu.main]]
identifier = "tags"
name = "Étiquettes"
url = "/tags/"
weight = 9
[[languages.fr.menu.main]]
identifier = "archive"
name = "Archive"
url = "/posts/"
weight = 10
[[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 = "contact"
name = "Contact"
url = "/contact/"
weight = 2
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 9
[[menu.main]]
name = "Archive"
identifier = "archive"
url = "/posts/"
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"
custom_css = ["css/custom.css"]
[markup.goldmark.renderer]
unsafe = true
|