this repo has no description
1base_url = "https://hauleth.dev/"
2default_language = "en"
3
4title = "Hauleth's blog"
5description = "Blog about BEAM, Rust, fantasy & stuff"
6
7compile_sass = true
8
9theme = "zerm"
10
11generate_feeds = true
12minify_html = true
13
14taxonomies = [
15 {name = "tags", feed = true},
16]
17
18[markdown]
19highlight_code = true
20highlight_theme = "css"
21# TODO: Write custom theme that will fit the overall colouring better
22highlight_themes_css = [
23 { theme = "nord", filename = "syntax-theme.css" },
24]
25
26[extra]
27author = "Hauleth"
28for_hire = true
29theme_color = "blue"
30
31source = "https://tangled.sh/hauleth.dev/blog"
32
33logo_text = "~hauleth"
34logo_home_link = "/"
35
36show_author = false
37show_categories = true
38show_tags = true
39
40# set theme to full screen width.
41full_width = false
42
43# center theme with default width.
44center = true
45
46# Set a custom preview image for your website when posted as a link.
47# Must be placed in root of static/ directory...
48# og_preview_img = ""
49
50copyright = "copyright by <a href=\"https://hauleth.dev\" rel=me>hauleth</a>"
51
52# Menu items to display. You define a url and the name of the menu item.
53main_menu = [
54 {url="https://plan.cat/~hauleth", name=".plan", rel="me"},
55 {url="https://fosstodon.org/@hauleth", name="toots", rel="me"},
56 {url="https://sr.ht/~hauleth", name="sourcehut", rel="me"},
57 {url="https://github.com/hauleth", name="github", rel="me"},
58 {url="https://gitlab.com/hauleth", name="gitlab", rel="me"},
59]
60
61# Displayed after teaser text for a blog post.
62read_more = "read more"
63
64# not currently used from previous theme, but leaving here for now in case I
65# feel like adding it.
66read_other_posts = "read other posts"
67
68favicon = "favicon-32x32.png"
69og_preview_img = "banner.png"
70
71webmention = "https://webmention.io/hauleth.dev/webmention"
72
73[extra.twitter]
74 site = "@hauleth"
75 creator = "@hauleth"
76
77[[extra.webrings]]
78 name = "Beambloggers"
79 url = "https://beambloggers.com/"