You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.6 KiB
TOML
69 lines
1.6 KiB
TOML
# The URL the site will be built for
|
|
base_url = "https://scientifiquesenrebellion.fr/"
|
|
|
|
# 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
|
|
|
|
# Do build rss.xml
|
|
generate_feed = true
|
|
feed_filename = "rss.xml"
|
|
|
|
taxonomies = [
|
|
{name = "authors"},
|
|
{name = "tags"},
|
|
{name = "category"},
|
|
]
|
|
|
|
default_language = "fr"
|
|
|
|
|
|
[markdown]
|
|
# Whether to do syntax highlighting
|
|
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
|
highlight_code = false
|
|
|
|
[extra]
|
|
# Put all your custom variables here
|
|
name = "Scientifiques en rébellion"
|
|
logo = "img/logo_rect.svg"
|
|
description = "Site web de scientifiques en rébellion"
|
|
|
|
|
|
# Number of articles to display on homepage
|
|
[extra.homepage]
|
|
n_articles = 5
|
|
|
|
# This configures the navigation menu
|
|
[extra.nav]
|
|
links = [
|
|
# "_index.md",
|
|
"appel/_index.md",
|
|
"textes/_index.md",
|
|
"medias.md",
|
|
"liens/_index.md",
|
|
"contact.md",
|
|
]
|
|
|
|
# the following links will appear in footer
|
|
[[extra.social.link]]
|
|
name = "Mastodon"
|
|
url = "https://piaille.fr/web/@scientifiques_en_rebellion"
|
|
img = "https://cdn.simpleicons.org/mastodon/FFF"
|
|
[[extra.social.link]]
|
|
name = "Twitter"
|
|
url = "https://twitter.com/SciRebFr"
|
|
img = "https://cdn.simpleicons.org/twitter/FFF"
|
|
[[extra.social.link]]
|
|
name = "Facebook"
|
|
url = "https://www.facebook.com/ScientifiquesEnRebellion"
|
|
img = "https://cdn.simpleicons.org/facebook/FFF"
|
|
[[extra.social.link]]
|
|
name = "Instagram"
|
|
url = "https://www.instagram.com/scientifiques_en_rebellion/"
|
|
img = "https://cdn.simpleicons.org/instagram/FFF"
|
|
|
|
|