forked from elbaulp/algui91-hugo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
111 lines (91 loc) · 3.38 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
## Languages
baseURL = "https://elbauldelprogramador.com"
languageCode = "es-ES"
paginate = 12
#PygmentsCodeFencesGuessSyntax = true
PygmentsCodeFences = true
pygmentsUseClasses = true
defaultContentLanguage="es"
# Renders the default content language in subdir, e.g. /en/. The root directory / will redirect to /en/
defaultContentLanguageInSubdir = false
EnableMissingTranslationPlaceholders = true
[blackfriday]
hrefTargetBlank = true
[[menu.main]]
name = "Categorías"
url = "/categories/"
[[menu.main]]
name = "Tags"
url = "/tags/"
[[menu.main]]
name = "Cursos"
url = "/cursos/"
[[menu.main]]
name = "Manuales"
url = "/manuales-gratuitos/"
[[menu.main]]
name = "Security Now!"
url = "/categories/security-now/"
[[menu.main]]
name = "Apoyanos"
url = "/apoyanos/"
[[menu.main]]
name = "Colabora"
url = "/colabora/"
[[menu.main]]
name = "Contacto"
url = "/contacto/"
[Languages]
[Languages.en]
title = "The Programmer's Chest"
[[Languages.en.menu.main]]
name = "Categories"
url = "/categories/"
[[Languages.en.menu.main]]
name = "Tags"
url = "/tags/"
[[Languages.en.menu.main]]
name = "Tutorials"
url = "/manuales-gratuitos/"
[[Languages.en.menu.main]]
name = "Support us"
url = "/apoyanos/"
[[Languages.en.menu.main]]
name = "Guests Posts"
url = "/colabora/"
[[Languages.en.menu.main]]
name = "Contact"
url = "/contacto/"
[Languages.es]
title = "El Baúl del programador"
[permalinks]
post = "/:filename/"
page = "/:filename/"
[taxonomies]
tag = "tags"
category = "categories"
author = "author"
[params]
verify = "FBg0GK1_H_PyCw6AD2iaBOclPbEC3LOV8hHXje5276w"
gplususer = "ElBauldelProgramador"
amp = true # enables amp features
# define which amp-elements you are using globally, these elements will be included in every page
ampElements = ["amp-fit-text","amp-ad","amp-analytics","amp-image","amp-sidebar","amp-mustache"]
themeColor = "#002f4c" # define a theme color (this will colorize the android address-bar)
adsensePublisher = "ca-pub-9043332344373532" # required if you want to include google adsense
adSlot = "2633319248"
googleAnalytics = "UA-19017085-2" # required if you want to use google analytics
alternatePageName = "El Baúl" # alternative name for website structured data
organisationLogo = "http://elbauldelprogramador.com/img/logo.png" # set organisation logo for structured data
organizationName = "El Baúl del Programador" # set organisation name
organisationAddress = "Some Street 123, 12345 City" # set organisation address
socialProfiles = ["http://www.facebook.com/elbaulp",
"http://plus.google.com/+elbauldelprogramador",
"https://twitter.com/elbaulp",
"https://telegram.me/elbaulp"] # for sameAs in organisation's structured data
publisherName = "Alejandro Alcalde" # publisher used in article schema
publisherLogo = "http://elbauldelprogramador.com/img/logo.png" # https://developers.google.com/search/docs/data-types/articles#logo-guidelines
publisherLogoWidth = 600 # logo width
publisherLogoHeight = 60 # logo height
stylesheetRegular = ["/base-styling.css"] # these styles are used when amp is disabled for a specific page
javascriptRegular = ["/script.js"] # these scripts are used when amp is disabled for a specific page