mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-10 15:53:03 +03:00
32 lines
No EOL
687 B
TOML
32 lines
No EOL
687 B
TOML
baseURL = "https://sqrtminusone.xyz/"
|
|
languageCode = "en-us"
|
|
title = "SqrtMinusOne"
|
|
theme = "researcher"
|
|
staticDir = ["static"]
|
|
|
|
[params]
|
|
author = "SqrtMinusOne"
|
|
description = "Freedom is a state of mind"
|
|
favicon = "favicon.ico" # path to a .ico to use as favicon
|
|
# logo = "logo.svg"
|
|
[params.footer]
|
|
text = "Pavel Korytov, 2021"
|
|
|
|
[permalinks]
|
|
"/" = "/:filename"
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
name = "Index"
|
|
url = "/"
|
|
weight = 1
|
|
[[menu.main]]
|
|
name = "Posts"
|
|
url = "/posts/"
|
|
weight = 1
|
|
[[menu.main]]
|
|
name = "Configs"
|
|
url = "/configs/readme"
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true # allow raw HTML in markdown files |