-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
100 lines (83 loc) · 2.7 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
DefaultContentLanguage = "es"
baseURL = "https://asur.dev"
theme = "amperage"
pygmentsUseClasses = true
[languages]
[languages.es]
contentDir = "content"
languageName = "Español"
languageCode = "es"
title = "Un blog by Asur 🧐"
description = "Bienvenid@ a mi blog, si te gusta el desarrollo web, el SEO, el open source y la tecnología en general echa un vistazo, seguro que encuentras algo interesante!"
weight = 1
[languages.en]
contentDir = "content/english"
languageName = "English"
languageCode = "en"
title = "A blog by Asur 🧐"
description = "Welcome to my blog, if you like web development, SEO, open source and technology in general have a look, you may find something interesting!"
weight = 2
[[languages.es.menu.main]]
identifier = "twitter"
name = "Twitter"
url = "https://twitter.com/asurcodes"
weight = 5
[[languages.es.menu.main]]
identifier = "github"
name = "GitHub"
url = "https://github.com/asurcodes"
weight = 10
[[languages.es.menu.main]]
url = "/uses"
name = "Mis /uses"
weight = 15
[[languages.es.menu.main]]
url = "/support"
name = "Apóyame"
weight = 20
[[languages.en.menu.main]]
identifier = "twitter"
name = "Twitter"
url = "https://twitter.com/asurcodes"
weight = 5
[[languages.en.menu.main]]
identifier = "github"
name = "GitHub"
url = "https://github.com/asurcodes"
weight = 10
[[languages.en.menu.main]]
url = "/en/support"
name = "Support me"
weight = 15
[taxonomies]
tag = "tags"
[params]
copyright = "asur.dev"
themeColor = "#333"
ampElements = ["amp-analytics", "amp-social-share", "amp-install-serviceworker", "amp-iframe", "amp-autocomplete"]
adsensePublisher = "ca-pub-8268925024957381"
autoAdsEnabled = false
googleAnalytics = "UA-128498798-1"
commentsEmbedUrl = "https://comments.asur.dev"
facebookSite = "asur.dev"
twitterSite = "@asurcodes"
socialProfiles = ["https://twitter.com/asurcodes","https://www.linkedin.com/in/asur-bernardo/","https://github.com/asurcodes","https://stackoverflow.com/users/4524353/asur"]
alternatePageName = "asur.dev"
organizationLogo = "/logo.png"
organizationName = "Asur"
publisherName = "Asur Bernardo"
publisherLogo = "/logo-amp-article.png"
publisherLogoWidth = 600
publisherLogoHeight = 60
[outputs]
home = [ "HTML", "RSS", "SearchIndex"]
[outputFormats]
[outputFormats.SearchIndex]
mediaType= "application/json"
baseName= "search"
isPlainText= true
notAlternative= true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true