-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
63 lines (50 loc) · 1.23 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
baseurl = "https://xxchave2xx.github.io/myTuto/"
title = "Blog Raúl"
theme = "hugo-code"
languagecode = "es"
defaultcontentlanguage = "es"
paginate = 20
disqusShortname = "raulchavez"
[markup.highlight]
style = "github-dark"
[params]
author = "Raul Chavez Aguirre"
info = "Programador Jr."
description = "Sitio Personal de Raul Chavez"
keywords = "blog,developer,personal"
avatarurl = "images/author.png"
faviconSVG = "/static/favicon.png"
favicon_32 = "/static/favicon.png"
favicon_16 = "/static/favicon.png"
since = 2023
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
# customCSS = ["css/custom.css"]
# customSCSS = ["scss/custom.scss"]
# customJS = ["js/custom.js"]
# Social links
#[[params.social]]
# name = "Github"
# icon = "fa fa-github fa-2x"
# weight = 1
# url = "https://github.com/johndoe/"
#[[params.social]]
# name = "Gitlab"
# icon = "fa fa-gitlab fa-2x"
# weight = 2
# url = "https://gitlab.com/johndoe/"
#[[params.social]]
# name = "Twitter"
# icon = "fa fa-twitter fa-2x"
# weight = 3
# url = "https://twitter.com/johndoe/"
# Menu links
[[menu.main]]
name = "Blog"
weight = 1
url = "posts/"
[[menu.main]]
name = "About"
weight = 2
url = "about/"