-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.toml
102 lines (92 loc) · 3.21 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
name = "Izy"
description = "A Zola theme made with tailwindcss"
license = "MIT"
homepage = "https://github.com/VV0JC13CH/izy-zola"
# The minimum version of Zola required
min_version = "0.9.0"
# Live demo URL
demo = "https://izy-zola.netlify.app/"
# The theme author info:
[author]
name = "VV0JC13CH"
homepage = "https://bitstudio.dev"
# Any variable there can be overridden in the end user `config.toml`
# You don't need to prefix variables by the theme name but as this will
# be merged with user data, some kind of prefix or nesting is preferable
# Use snake_casing to be consistent with the rest of Zola
[extra]
favicon = "/ico/favicon.ico"
enable_search = true
enable_multilingue = false
[extra.ga]
id = ""
enabled = false
# [extra.lang]
# items = [
# { lang = "en", links = [
# { base_url = "/", name = "English" },
# { base_url = "/pl", name = "Polish" }
# ] },
# { lang = "pl", links = [
# { base_url = "/", name = "Angielski" },
# { base_url = "/pl", name = "Polski" }
# ] }
# ]
[extra.share]
enabled = false
[extra.comments]
enabled = false
[extra.navbar]
title = ""
items = [
{ lang = "en", links = [
{ url = "/blog", name = "Blog"},
{ url = "/categories", name = "Categories"},
{ url = "/tags", name = "Tags"},
] },
]
[extra.sidebar]
enabled = false
show_categories = true
position = 'right' # left / right
custom_items = [
{ lang = "en", links = [
{ url = "/blog", name = "Blog"},
{ url = "/categories", name = "Categories"},
{ url = "/tags", name = "Tags"},
] },
]
[extra.social]
links = [
#{github = "https://github.com/johndoe"},
#{gitlab = "https://gitlab.com/johndoe"},
#{twitter = "https://twitter.com/johndoe"},
#{linkedin = "https://www.linkedin.com/in/john-doe-b1234567/"},
]
[extra.icons]
# id = {icon = "<path />", lookup = "phrase_1,phrase_2,phrase_n"}
# if icon won't be found, script will treat icon value as a "d" param of 24x24 <path />
# theme search for phrases in slugs and urls ans assign icons to links
brackets = {icon = "brackets.svg", lookup="snippets"}
book = {icon = "book.svg", lookup="blog"}
download = {icon = "download.svg", lookup="assets"}
external_link = {icon = "external_link.svg", lookup="url"}
folder = {icon = "folder.svg", lookup="projects"}
git = {icon = "git.svg", lookup="git"}
tag = {icon = "tag.svg", lookup="tag"}
lightbulb_on = {icon = "lightbulb_on.svg", lookup="light"}
lightbulb_off = {icon = "lightbulb_off.svg", lookup="dark"}
rss = {icon = "rss.svg", lookup="rss"}
search = {icon = "search.svg", lookup="search"}
sidebar = {icon = "sidebar.svg", lookup="sidebar"}
bitbucket = {icon = "social_bitbucket.svg", lookup="bitbucket"}
discord = {icon = "social_discord.svg", lookup="discord"}
facebook = {icon = "social_facebook.svg", lookup="facebook"}
github = {icon = "social_github.svg", lookup="github"}
gitlab = {icon = "social_gitlab.svg", lookup="gitlab"}
instagram = {icon = "social_instagram.svg", lookup="instagram"}
linkedin = {icon = "social_linkedin.svg", lookup="linkedin"}
twitter = {icon = "social_twitter.svg", lookup="twitter"}
youtube = {icon = "social_youtube.svg", lookup="youtube"}
mastodon = {icon = "social_mastodon.svg", lookup="mastodon"}
text = {icon = "text.svg", lookup="text"}