-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
37 lines (26 loc) · 726 Bytes
/
config.toml
File metadata and controls
37 lines (26 loc) · 726 Bytes
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
# The URL the site will be built for
base_url = "https://arjun.ninja"
title = "Aℳ☺︎"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = false
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
theme = "zola-bearblog"
taxonomies = [
{ name = "categories", feed = true, render = true},
{ name = "tags", feed = true, render = true },
]
[markdown]
highlight_code = true
highlight_theme = "dracula"
render_emoji = true
smart_punctuation = true
[extra]
date_format = "%d %b, %Y"
favicon = "/favicon.png"
[[extra.main_menu]]
name = "/Blog"
url = "@/blog/_index.md"
[[extra.gzz]]
name = "/Uses"
url = "@/uses/_index.md"