-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
45 lines (37 loc) · 980 Bytes
/
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
base_url = "https://stack.cxsmxs.space"
default_language = "en"
title = "CXSMXS"
description = "A website about a stack made by UwUssimo."
highlight_code = true
compile_sass = true
generate_rss = true
build_search_index = true
taxonomies = [
{name="categories", rss=true},
{name="tags", rss=true},
]
[extra]
author = "UwUssimo Robinson"
year = "2022"
keywords = "cxsmxs, space, stack, uwussimo, uwu"
theme_color = "#000084"
zola386_menu = [
{path="", name="Home"},
{path="categories", name="Categories"},
{path="tags", name="Tags"},
{path="about", name="About"},
]
### SOCIAL MEDIA
image = "https://raw.githubusercontent.com/lopes/zola.386/master/screenshot.png"
twitter_user = "uwussimo"
github_user = "uwussimo"
### I18N WORDS
label_tags = "Tags"
label_tag = "Tag"
label_categories = "Categories"
label_category = "Category"
label_author = "Author"
label_date = "Date"
label_taxonomy = "Taxonomy"
label_reading = "Reading time"
label_read_more = "Read more"