-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
55 lines (34 loc) · 991 Bytes
/
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
# The URL the site will be built for
base_url = "https://wordius.com"
title = "Wordius"
author = "Jeff Porter"
description = "Most things Apple, with a leaning towards open source and free software"
# Compile all Sass files in the sass directory
compile_sass = false
# Feeds
generate_feeds = true
feed_filenames = ["rss.xml"]
# Taxonomies
taxonomies = [
{name = "tags", paginate_by = 3, rss = true },
]
# Build a search index to be used later on by a JavaScript library
build_search_index = false
# ignored_content = ["*.{gif,jpg,png}"]
[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
# highlight_theme = "css"
[extra]
# Put all your custom variables here
# The copyright notice
copyright = "{year}"
# GITHUB
github_username = "wordius"
[extra.fediverse]
enable = true
host = "mastodon.social"
user = "wordius"
# Mastodon id
mastodon_id = "string"