1bit.pw/config.toml

48 lines
929 B
TOML
Raw Normal View History

2020-04-11 17:22:25 +00:00
title = "1bit.pw"
2018-08-22 13:30:07 +00:00
base_url = "https://1bit.pw"
2020-04-11 17:22:25 +00:00
description = "Home of avitex"
2022-01-07 19:16:08 +00:00
minify_html = true
2018-08-22 13:30:07 +00:00
compile_sass = true
2022-01-07 19:16:08 +00:00
generate_feed = true
2022-01-07 19:18:48 +00:00
build_search_index = true
2018-08-22 13:30:07 +00:00
2022-01-07 19:16:08 +00:00
taxonomies = [{ name = "blog/tags", feed = true }]
2021-01-20 13:19:59 +00:00
[markdown]
highlight_code = true
highlight_theme = "1337"
2018-08-22 13:30:07 +00:00
2020-04-15 09:57:31 +00:00
[link_checker]
skip_prefixes = [
2020-08-25 11:06:20 +00:00
"https://play.esea.net",
2020-12-25 12:08:56 +00:00
"https://letsplay.live",
2021-01-20 13:19:59 +00:00
"https://twitter.com",
2020-04-15 09:57:31 +00:00
]
2018-08-22 13:30:07 +00:00
[extra]
author = "avitex"
[[extra.main_menu]]
2020-04-14 02:23:38 +00:00
name = "Blog"
2018-08-22 13:30:07 +00:00
url = "/blog"
2021-01-20 13:19:59 +00:00
sub = [{ name = "Latest", url = "/blog" }, { name = "Tags", url = "/blog-tags" }]
2018-08-22 13:30:07 +00:00
[[extra.main_menu]]
2020-04-14 02:23:38 +00:00
name = "Projects"
2018-08-22 13:30:07 +00:00
url = "/projects"
2020-04-11 17:22:25 +00:00
sub = [
2021-01-20 13:19:59 +00:00
{ name = "Rust", url = "#rust" },
{ name = "Elixir", url = "#elixir" },
{ name = "Github", url = "https://github.com/avitex" },
2020-04-11 17:22:25 +00:00
]
2018-08-22 13:30:07 +00:00
[[extra.main_menu]]
2020-04-14 02:23:38 +00:00
name = "About"
2018-08-22 13:30:07 +00:00
url = "/about"
sub = [
2021-01-20 13:19:59 +00:00
{ name = "Overview", url = "/about" },
{ name = "Bio", url = "/about/bio" },
{ name = "Social", url = "/about/social" },
]