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

43 lines
836 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
highlight_code = true
build_search_index = true
2020-04-11 17:49:16 +00:00
generate_rss = true
2018-08-22 13:30:07 +00:00
taxonomies = [
{name = "blog/tags", rss = true},
{name = "blog/categories", rss = true}
]
[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"
sub = [
2020-04-14 02:23:38 +00:00
{name = "Latest", url = "/blog"},
{name = "Categories", url = "/blog/categories"},
{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 = [
2020-04-14 02:23:38 +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 = [
2020-04-14 02:23:38 +00:00
{name = "Overview", url = "/about"},
{name = "Bio", url = "/about/bio"},
{name = "Social", url = "/about/social"}
2020-04-11 17:22:25 +00:00
]