blog/config.toml

63 lines
1.4 KiB
TOML
Raw Normal View History

2020-06-22 10:22:19 +00:00
baseURL = "https://blog.phundrak.com/"
languageCode = "en-us"
copyright = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
title = "Phundraks rambling"
theme = "m10c"
paginate = 10
2020-06-22 10:22:19 +00:00
enableInlineShortcodes = true
staticDir = ["static"]
summarylength = 10
enableEmoji = true
[author]
name = "Lucien Cartier-Tilet"
[params]
author = "Lucien Cartier-Tilet"
description = "Some random rambling by a linguistics nerd about Emacs, Linux, and conlanging"
2020-12-06 00:45:04 +00:00
avatar = "leon.png"
2020-06-22 10:22:19 +00:00
[[params.social]]
name = "github"
url = "https://github.com/phundrak"
[[params.social]]
name = "git-merge"
url = "https://labs.phundrak.com/phundrak"
[[params.social]]
name = "lind-2"
url = "https://phundrak.com"
[[params.social]]
name = "flag"
url = "https://conlang.phundrak.com"
2020-06-22 10:22:19 +00:00
[[params.social]]
name = "twitter"
2022-02-04 20:15:32 +00:00
url = "https://twitter.com/phundrak"
2020-06-22 10:22:19 +00:00
[[params.social]]
name = "youtube"
2022-12-31 15:10:19 +00:00
url = "https://www.youtube.com/@phundrak"
2020-06-22 10:22:19 +00:00
[[params.social]]
name = "mail"
url = "mailto:lucien@phundrak.com"
[[params.social]]
name = "rss"
url = "https://blog.phundrak.com/index.xml"
[params.style]
darkestColor = "#2e3440"
darkColor = "#4c566a"
primaryColor = "#8fbcbb"
lightColor = "#d8dee9"
lightestColor = "#eceff4"
2022-11-30 00:14:42 +00:00
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true