-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
122 lines (107 loc) · 2.42 KB
/
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
###
base_url = "https://halve-z.netlify.app"
title = "Halve-Z Zola theme"
description = "Two-column retro theme for Zola"
default_language = "en"
author = "charlesrocket"
#theme = "halve-z"
compile_sass = true
minify_html = true
generate_feeds = true
build_search_index = true
generate_sitemap = true
taxonomies = [
{ name = "categories", feed = true },
{ name = "tags", feed = true },
]
[search]
include_title = true
include_description = true
include_path = false
include_content = true
index_format = "elasticlunr_json"
[markdown]
highlight_code = true
highlight_theme = "css"
highlight_themes_css = [
{ theme = "OneHalfDark", filename = "syntax-theme-dark.css" },
{ theme = "OneHalfLight", filename = "syntax-theme-light.css" },
]
render_emoji = false
external_links_target_blank = true
[slugify]
paths = "safe"
taxonomies = "safe"
anchors = "safe"
[extra]
locale = "en_US"
logo = "icon-192x192.png"
manifest = "manifest.json"
read_time = true
toc = true
csp = true
[extra.placeholders]
tags = false
subtitle = false
[extra.home]
title = "Halve-Z"
subtitle = "Zola theme"
glitch = false
logo = { enabled = false, height = "100", width = "100" }
footer = true
[extra.images]
home = "c1tyh4ll.png" #https://failsafe.monster/c1tyh4ll.png
post_list = "bk-prk.png" #https://failsafe.monster/bk-prk.jpg
default_post = "bk-prk.png" #https://failsafe.monster/bk-prk.jpg
categories = [
{ name = "media", image = "https://raw.githubusercontent.com/bearcott/8bit-art/master/cities/urban.gif" },
]
[extra.menu]
posts = true
posts_label = "Posts"
links = [
{ name = "Code", url = "/projects/" },
]
[extra.footer]
enabled = true
author = true
copyright = true
hash = true
stack = true
links = [
{ name = "posts", url = "/posts/" },
]
[extra.social]
email = "user_email"
mastodon = "server/@user_name"
twitter = "user_name"
facebook = "user_name"
codeberg = "username"
github = "user_name"
gitlab = "user_name"
bitbucket = "user_name"
stackoverflow = "12345/user_name"
linkedin = "user_name"
instagram = "user_name"
lastfm = "user_name"
twitch = "user_name"
reddit = "user_name"
#flickr = "user_name"
keybase = "user_name"
hackernews = "user_name"
[extra.comments]
system = "none"
[extra.comments.cactus]
site = "site_name"
page_size = 10
guest_posting = true
update_interval = 0
[extra.comments.giscus]
repo = "user_name/repo"
repo_id = ""
category = "Comments"
category_id = ""
mapping = "pathname"
strict = "1"
reactions = "1"
lang = "en"