-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
87 lines (71 loc) · 1.52 KB
/
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
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
baseURL = '/'
languageCode = 'en-us'
title = "Daguva"
defaultContentLanguage = "en"
theme = 'anubis2'
disqusShortname = ""
[params.author]
name = "Axel Guarneros"
email = "[email protected]"
[params]
description = "Daguva Blog by codegax"
dateFormat = "2006-01-02"
paginationSinglePost = true
maxWidth = "92em"
colorTheme = "dark"
colorThemeSwitcher = true
readMore = false
readNextPosts = 2
copyCodeButton = true
rssAsSocialIcon = true
locale = "en-us"
toc = false
GiscusRepo = "codegax/blog"
GiscusRepoId = "R_kgDOLj2dnA"
GiscusCategory = "General"
GiscusCategoryId = "DIC_kwDOLj2dnM4CjC4O"
GiscusLazyLoad = false
GiscusDataMapping = "pathname"
social = [
{ id = "github", url = "https://github.com/codegax" },
{ id = "linkedin", url = "https://www.linkedin.com/in/axel-guarneros-1155371b9/" },
{ id = "email", url = "[email protected]" },
{ id = "x", url = "https://x.com/codegax" },
]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
name = "Archive"
identifier = "archive"
url = "/posts/"
weight = 3
[languages]
[languages.en]
languageName = "English"
[languages.es]
languageName = "Español"
[[languages.es.menu.main]]
identifier = "home"
name = "Inicio"
url = "/"
weight = 1
[[languages.es.menu.main]]
identifier = "about"
name = "Acerca de"
url = "/about/"
weight = 2
[[languages.es.menu.main]]
identifier = "archive"
name = "Archivo"
url = "/posts/"
weight = 4
[languages.es.params]
languageCode = "es-la"