-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
43 lines (36 loc) · 1.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
# The URL the site will be built for
base_url = "https://mostro.network/blog"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
taxonomies = [
{ name = "categories", rss = true, paginate_by = 5 },
{ name = "tags", rss = true, paginate_by = 5 },
]
title = "Mostro blog"
description = "Fresh updates, insights, and news straight from the Mostro team."
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
[extra]
# Put all your custom variables here
clean_blog_social = [
{ url = "https://x.com/MostroP2P", name = "X", icon = "img/x.svg" },
{ url = "https://primal.net/p/npub1m0str0d7z2ww8rdh20t2n9lx520xjwhaq24p68umqp06wwrwtsnqen40un", name = "Nostr", icon = "img/nostr.svg" },
{ url = "https://t.me/mostrop2p", name = "Telegram", icon = "img/telegram.svg" },
{ url = "https://github.com/MostroP2P", name = "Github", icon = "img/github.svg" },
]
clean_blog_menu = [
{ url = "$BASE_URL", name = "Blog" },
{ url = "https://mostro.network", name = "About" },
{ url = "https://mostro.foundation", name = "Foundation" },
{ url = "/blog/es", name = "es" },
]
author_name = "negrunch"
[languages.es]
generate_feeds = true # there will be a feed for French content
build_search_index = true
taxonomies = [{ name = "categorías" }, { name = "tags" }]
description = "Actualizaciones recientes, perspectivas e información directamente del equipo de Mostro."