blog/config.toml
Lucien Cartier-Tilet 34d02fe2b1
All checks were successful
continuous-integration/drone/push Build is passing
Enable unsafe HTML
2022-11-30 01:14:42 +01:00

67 lines
1.5 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 = 5
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"
avatar = "leon.png"
[[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://langue.phundrak.com"
[[params.social]]
name = "twitter"
url = "https://twitter.com/phundrak"
[[params.social]]
name = "youtube"
url = "https://www.youtube.com/channel/UCzCoUEjbFnB_-5BF7dqVCCw"
[[params.social]]
name = "instagram"
url = "https://instagram.com/phundrak"
[[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"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true