this repo has no description
1base_url = "/"
2default_language = "en"
3
4title = "Hauleth's blog"
5description = "Blog about BEAM, Rust, fantasy & stuff"
6
7compile_sass = true
8
9theme = "zerm"
10
11generate_feed = true
12
13taxonomies = [
14 {name = "tags"},
15 {name = "categories"},
16]
17
18[markdown]
19highlight_code = true
20highlight_theme = "nord"
21
22[extra]
23author = "Hauleth"
24for_hire = true
25theme_color = "blue"
26
27logo_text = "~hauleth"
28logo_home_link = "/"
29
30show_author = false
31show_categories = true
32show_tags = true
33
34# set theme to full screen width.
35full_width = false
36
37# center theme with default width.
38center = true
39
40# Set a custom preview image for your website when posted as a link.
41# Must be placed in root of static/ directory...
42# og_preview_img = ""
43
44copyright = "copyright by <a href=\"https://hauleth.dev\" rel=me>hauleth</a>"
45
46# Menu items to display. You define a url and the name of the menu item.
47# NOTE: `$BASE_URL/` must be included in the url name.
48main_menu = [
49 {url="https://plan.cat/~hauleth", name=".plan", rel="me"},
50 {url="https://twitter.com/hauleth", name="twitter", rel="me"},
51 {url="https://github.com/hauleth", name="github", rel="me"},
52 {url="https://gitlab.com/hauleth", name="gitlab", rel="me"},
53]
54
55# Displayed after teaser text for a blog post.
56read_more = "read more"
57
58# not currently used from previous theme, but leaving here for now in case I
59# feel like adding it.
60read_other_posts = "read other posts"
61
62favicon = "/favicon-32x32.png"