1
0
mirror of https://github.com/avitex/avitex.github.io synced 2024-09-28 02:39:57 +00:00
1bit.pw/config.toml

47 lines
908 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"
2018-08-22 13:30:07 +00:00
compile_sass = true
2020-04-11 17:22:25 +00:00
build_search_index = true
2020-04-11 17:49:16 +00:00
generate_rss = true
2018-08-22 13:30:07 +00:00
2021-01-20 13:19:59 +00:00
taxonomies = [{ name = "blog/tags", rss = true }]
[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" },
]