-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
41 lines (28 loc) · 1.04 KB
/
config.toml
File metadata and controls
41 lines (28 loc) · 1.04 KB
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
# The URL the site will be built for
base_url = "https://different-name.dev"
title = "different-name.dev"
theme = "anemone"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
author = "different-name"
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
taxonomies = [{ name = "tags", feed = true }]
[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_syntaxes_and_themes = ["highlight_themes"]
highlight_theme = "Catppuccin Mocha"
[extra]
# Put all your custom variables here
site_title = "different-name.dev"
favicon = "bookmark.ico"
header_nav = [
{ url = "/", name_en = "/home/" },
{ url = "/blog", name_en = "/blog/" },
]
footer_content_license = "GPL-3.0"
footer_content_license_link = "https://www.gnu.org/licenses/gpl-3.0.html"
github_repository_link = "https://github.com/different-name/different-name.dev"
twitter_card = true