-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
32 lines (28 loc) · 742 Bytes
/
Copy pathconfig.toml
File metadata and controls
32 lines (28 loc) · 742 Bytes
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
base_url = "https://mrgreen.blog"
title = "Mr Green's Blog"
description = "Linux, ArchBang, and minimal workflows."
theme = "terminimal"
compile_sass = true
generate_feeds = true
feed_filenames = ["rss.xml", "atom.xml"]
taxonomies = [
{ name = "tags", feed = true },
]
[markdown]
external_links_target_blank = true
external_links_no_follow = false
external_links_no_referrer = false
[extra]
author = "Mr Green"
year_start = 2026
logo_text = "Mr Green's Blog"
favicon = "/favicon-green.png"
show_reading_time = false
accent_color = "green"
background_color = "dark"
menu_items = [
{ name = "blog", url = "/" },
{ name = "tags", url = "/tags" },
{ name = "about", url = "/about" },
{ name = "links", url = "/links" },
]