-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy paththeme.toml
106 lines (94 loc) · 1.62 KB
/
theme.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
name = "halve-z"
description = "Retro two-column theme"
license = "MIT"
homepage = "https://github.com/charlesrocket/halvez"
min_version = "0.19.2"
demo = "https://halve-z.netlify.app/"
[extra]
locale = "en_US"
logo = "fireball.gif"
manifest = ""
read_time = false
toc = true
csp = false
[extra.placeholders]
tags = false
subtitle = false
[extra.home]
title = "Halve-Z"
subtitle = "Zola theme"
glitch = false
logo = { enabled = true, height = "100", width = "100" }
footer = true
[extra.images]
home = ""
post_list = ""
default_post = ""
categories = []
[extra.menu]
posts = false
posts_label = "Posts"
links = [
#{ name = "Code", url = "/projects/" },
]
[extra.footer]
enabled = true
author = true
copyright = true
hash = false
stack = true
links = [
#{ name = "posts", url = "/posts/" },
]
[extra.social]
#email = ""
#mastodon = ""
#twitter = ""
#facebook = ""
#dribbble = ""
#codepen = ""
#steam = ""
#soundcloud = ""
#google_plus = ""
#youtube = ""
#tumblr = ""
#pinterest = ""
#foursquare = ""
#xing = ""
#weibo = ""
#codeberg = ""
#github = ""
#gitlab = ""
#bitbucket = ""
#stackoverflow = ""
#linkedin = ""
#instagram = ""
#lastfm = ""
#reddit = ""
#twitch = ""
#flickr = ""
#keybase = ""
#hackernews = ""
[extra.comments]
system = ""
[extra.comments.cactus]
site = ""
page_size = 10
guest_posting = true
update_interval = 0
[extra.comments.giscus]
repo = ""
repo_id = ""
category = ""
category_id = ""
mapping = ""
strict = "1"
reactions = "0"
lang = "en"
[author]
name = "-k"
homepage = "https://failsafe.monster/"
[original]
author = "Taylan Tatlı"
homepage = "https://tatli.me/"
repo = "https://github.com/TaylanTatli/Halve"