blog/config.toml

22 lines
557 B
TOML

baseURL = "https://nathan.freedomland.xyz"
languageCode = "en-us"
title = "Blog"
theme = "simpletheme"
[params]
Name = "Blogarithm"
About = ""
Email = ""
Resume = "" # Add the filename with file extension.
PostLimit = 4 # Sets the number of posts to display on the front page
[[params.profiles]]
name = "Gitea"
url = "https://git.freedomland.xyz/darthmoll12"
[[params.profiles]]
name = "Check out my novel!"
url = "https://www.amazon.com/dp/B0C9KMB5BP"
[[params.profiles]]
name = "YouTube"
url = "https://www.youtube.com/channel/UCU5yv82gbaDHJOJcF20jffw"