-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
133 lines (119 loc) · 3.96 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
baseurl = "https://cmas.dev"
title = "Christian Amado's Blog"
subtitle = "Software Engineering & Business Solutions"
languageCode = "en"
theme = "beautifulhugo"
metaDataFormat = "yaml"
pygmentsStyle = "github-dark"
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
enableGitInfo = false
defaultContentLanguage = 'es'
disqusShortname = "cmasblog"
googleAnalytics = "356375808"
timeZone = "America/Asuncion"
[Params]
mainSections = ["posts"]
intro = true
hometitle = "Christian Amado"
subtitle = "Software Engineering & Business Solutions"
description = "A blog dedicated to software engineering, programming and business applications mainly based on Microsoft technologies"
keywords = "Microsoft, C#, AL, .NET, Windows 11, Windows 10, Visual Studio 2022, Microsoft Azure, Azure DevOps, AWS, Azure Pipeline, Android, Git, Christian Amado, Paraguay, Asuncion"
github = "https://github.com/cmasdev/cmasdev.github.io"
twitter = "https://x.com/christianamado"
bluesky = "cmas.dev"
email = "[email protected]"
logo = "/img/avatar.jpg"
opengraph = true
shareTwitter = true
style = "light"
commit = "https://github.com/cmasdev/cmasdev.github.io/tree/"
image = "/img/posts/thumbnails/general.jpg"
rss = true
comments = true
readingTime = true
wordCount = false
useHLJS = true
socialShare = true
delayDisqus = false
showRelatedPosts = true
gcse = "013131931956450466198:blhmkdpweyq"
since=2018
[Author]
name = "Christian Amado"
website = "https://cmas.dev"
email = "[email protected]"
github= "cmasdev"
twitter= "christianamado"
bluesky= "cmas.dev"
#mastodon= "mastodon.social/@cmasdev"
youtube= "channel/cmasdev"
#telegram= "cmasdev"
linkedin= "christianamado"
#stackoverflow= "users/2023202/christian-amado"
[Permalinks]
post = "/:year/:month/:day/:filename/"
[languages]
[languages.en]
[languages.en.params]
hometitle = "Christian Amado"
title = "Christian Amado's Blog"
subtitle = "Software Engineering & Business Solutions"
description = "A blog dedicated to software engineering, programming and business applications mainly based on Microsoft technologies"
languageName = "English"
weight = 1
[languages.en.menu]
[[languages.en.menu.main]]
url = "about"
name = "About"
weight = 2
#[[languages.en.menu.main]]
#url = "projects"
#name = "Projects"
#weight = 3
[[languages.en.menu.main]]
url = "contact"
name = "Contact"
weight = 4
[[languages.en.menu.main]]
url = "diabetes"
name = "Diabetes"
weight = 5
[[languages.en.menu.main]]
url = "tags"
name = "Tags"
weight = 6
#[[languages.en.menu.main]]
#url = "index.xml"
#name = "RSS"
#weight = 8
[languages.es]
[languages.es.params]
hometitle = "Christian Amado"
title = "Blog de Christian Amado"
subtitle = "Ingeniería de Software y Soluciones de Negocios"
description = "Un blog dedicado a la ingeniería de software, programación y soluciones de negocios principalmente para tecnologías Microsoft"
languageName = "Español"
weight = 2
[languages.es.menu]
[[languages.es.menu.main]]
url = "about"
name = "Biografía"
weight = 2
#[[languages.es.menu.main]]
#url = "projects"
#name = "Proyectos"
#weight = 3
[[languages.es.menu.main]]
url = "contact"
name = "Contacto"
weight = 4
[[languages.es.menu.main]]
url = "diabetes"
name = "Diabetes"
weight = 5
[[languages.es.menu.main]]
url = "tags"
name = "Etiquetas"
weight = 6