-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
72 lines (63 loc) · 1.65 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
title = "Calendario Cientifico"
baseURL = "https://calendario-cientifico-escolar.github.io/"
languageCode = "es-ES"
theme = "ananke"
DefaultContentLanguage = "es"
SectionPagesMenu = "main"
Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true
[languages]
[languages.es]
title = "Calendario Cientifico"
weight = 1
contentDir = "content/es"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
favicon = ""
site_logo = ""
description = "Un aniversario científico para cada día del año."
facebook = ""
twitter = "https://twitter.com/CalCientifico"
instagram = ""
youtube = ""
github = ""
gitlab = ""
linkedin = ""
mastodon = ""
slack = ""
stackoverflow = ""
rss = ""
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "black bg-light-silver"
text_color_class = "red"
#featured_image = "/images/gohugo-default-sample-hero-image.jpg"
recent_posts_number = 2
[menu]
[[menu.main]]
identifier = "enlaces"
name = "Links"
pre = ""
url = "/enlaces/"
weight = -110
[menu.main.params]
class = "highlight-menu-item"
[[menu.main]]
identifier = "telegram"
name = "Telegram"
pre = ""
url = "/telegram/"
weight = -120
[menu.main.params]
class = "highlight-menu-item-kk"
[[menu.main]]
identifier = "iCal"
name = "iCal"
pre = ""
url = "/ical/"
weight = -130
[menu.main.params]
class = "highlight-menu-item-kk"