pages/config.toml
2025-10-25 10:41:47 +06:30

31 lines
779 B
TOML

# The URL the site will be built for
base_url = "https://thesatanic.grebedoc.dev/"
# 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 = false
title = "Awesome Gitnet Page"
description = "Gitnet Pages Project"
author = "The Satanic"
taxonomies = [
{ name = "categories" },
{ name = "tags" },
{ name = "authors" },
]
[markdown]
highlight_code = true
highlight_theme = "inspired-github"
bottom_footnotes = true
[extra]
links = [
{ title = "Mail", href = "mailto:drsamael@zohomail.cn" },
{ title = "GitHub", href = "https://github.com/drsatanic" },
{ title = "Mastodon", href = "https://mstdn.plus/@drsatanic" }
]