-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
34 lines (27 loc) · 1.04 KB
/
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
# The URL the site will be built for
base_url = "https://metta.systems"
title = "Mettā"
description = "decentralized internets"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
default_language = "en"
taxonomies = [{ name = "tags" }, { name = "category", render = false }]
# category is a pseudo-taxonomy, link/quote/notes/page(default)
generate_feeds = true
feed_filenames = ["atom.xml", "rss.xml"]
[markdown]
highlight_code = true
highlight_theme = "css"
highlight_themes_css = [
{ theme = "base16-ocean-dark", filename = "css/syntax-theme-dark.css" },
{ theme = "gruvbox-light", filename = "css/syntax-theme-light.css" },
]
[extra]
# Put all your custom variables here
#paginate = 15
#highlight = "zenburn" -- if using hljs
languageCode = "en"
# Default page metadata, used when the specific page doesn't set its own.
defaultKeywords = "devlog,blog,metta,decentralised,peer-to-peer,vesper,rust"