-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
58 lines (46 loc) · 1.28 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
baseURL = "https://blog.crstian.me"
title = "Crstian's blog"
googleAnalytics = "UA-138916983-1"
theme = "github-style"
copyright = "Crstian.me © 2019. <a href=\"https://gohugo.io/\">HUGO</a>"
defaultContentLanguage = "es"
[languages.es]
weight = 0
languageName = "Spanish"
[languages.en]
weight = 1
languageName = "English"
[[languages.en.menu.main]]
url = "/en"
name = "Home"
weight = 1
[[languages.en.menu.main]]
url = "/en/post"
name = "Posts"
weight = 2
[params]
author = "Cristian Gutierrez"
location = "Spain"
# description = "example"
github = "Crstian19"
linkedin = "cristian-gutierrez-lopez/"
# twitter = "example"
gitlab = "Crstian"
# mastodon = "user profile url"
email = "cristian@crstian.me"
utterances = "example/example.github.io"
avatar = "https://serve.crstian.me/chibimon_happy.webp"
url = "https://crstian.me"
urlb = "https://blog.crstian.me"
urlc = "https://server.crstian.me"
urlshell ="https://shell.crstian.me"
urldonate = "https://paypal.me/CrstianG"
keywords = "blog, google analytics, crstian, traefik, pixel, experience, español"
lastmod = true
[frontmatter]
lastmod = ["lastmod", ":fileModTime", ":default"]
disqusShortname = "blog"
[sitemap]
changefreq = 'monthly'
filename = 'sitemap.xml'
priority = 0.5