-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.toml
More file actions
68 lines (53 loc) · 1.81 KB
/
theme.toml
File metadata and controls
68 lines (53 loc) · 1.81 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
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
# The URL the site will be built for
base_url = "https://higuoxing.github.io/planet/"
title = "Planet"
description = "The 'Planet' theme for Zola"
# 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 = true
# The taxonomies to be rendered for the site and their configuration of the default languages
# Example:
# taxonomies = [
# {name = "tags", feed = true}, # each tag will have its own feed
# {name = "tags"}, # you can have taxonomies with the same name in multiple languages
# {name = "categories", paginate_by = 5}, # 5 items per page for a term
# {name = "authors"}, # Basic definition: no feed or pagination
# ]
#
taxonomies = [
{ name = "tags", lang = "en", feed = false }
]
generate_feeds = 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
highlight_theme = "Tomorrow"
# Backreference for footnotes.
bottom_footnotes = true
# When set to "true", emoji aliases translated to their corresponding
# Unicode emoji equivalent in the rendered Markdown files. (e.g.: :smile: => 😄)
render_emoji = true
[extra]
favicon_url = "https://higuoxing.github.io/planet/favicon.png"
avatar_url = "https://higuoxing.github.io/planet/avatar.jpeg"
[[extra.nav]]
text = "Home"
path = "/"
[[extra.nav]]
text = "Tags"
path = "/tags"
[[extra.nav]]
text = "Archive"
path = "/archive"
# Refer to https://icons8.com/line-awesome for icon names
[[extra.social]]
la_icon = "las la-rss"
url = "/atom.xml"
[[extra.social]]
la_icon = "lab la-github"
url = "https://github.com/higuoxing"
[[extra.social]]
la_icon = "lab la-twitter"
url = "https://twitter.com/higuoxing"