-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
94 lines (78 loc) · 1.77 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
baseURL = "https://blog.astrokube.com/"
languageCode = "en-us"
title = "AstroKube - developers blog 👩💻👨💻"
relativeURLs = true
canonifyUrls = true
theme = "astro"
summaryLength = 20
copyright = "Astrokube. All rights reserved."
# sectionPagesMenu = "main"
[taxonomies]
tag = "tags"
category = "categories"
author = "authors"
defaultContentLanguage = "en"
# --------------------
# [languages.en]
[languages.en]
title = "AstroKube - developers blog 👩💻👨💻"
weight = 1
[[languages.en.menu.main]]
url = "/"
name = "Blog"
weight = 1
identifier = "home"
[[languages.en.menu.main]]
url = "/tags/"
name = "Tags"
weight = 2
identifier = "tags"
[[languages.en.menu.main]]
url = "/contact/"
name = "Contact"
weight = 3
identifier = "contact"
# --------------------
# [languages.es]
[languages.es]
title = "AstroKube - blog de desarrolladores 👩💻👨💻"
weight = 2
[[languages.es.menu.main]]
url = "/es/"
name = "Blog"
weight = 1
identifier = "home"
[[languages.es.menu.main]]
url = "/es/tags/"
name = "Etiquetas"
weight = 2
identifier = "tags"
[[languages.es.menu.main]]
url = "/es/contact/"
name = "Contacto"
weight = 3
identifier = "contact"
# --------------------
# [params]
[params]
logoSRC = "/images/logo.svg"
logoURL = "https://astrokube.com/"
logoTitle = "AstroKube homepage"
body_classes = "bg-light"
paginate = 2
mainSections = ["post"]
[[params.contactsfooter]]
name = "email"
url = "mailto:info@astrokube.com"
icon = "bi-envelope-fill"
[[params.contactsfooter]]
name = "twitter"
url = "https://twitter.com/astrokube"
icon = "bi-twitter"
[[params.contactsfooter]]
name = "github"
url = "https://github.com/astrokube"
icon = "bi-github"
[markup]
[markup.highlight]
style = "arduino"