blog/config.toml
2023-10-22 23:51:30 -04:00

16 lines
355 B
TOML

baseURL = "https://nathan.freedomland.xyz"
languageCode = "en-us"
title = "Blog"
theme = "lekh"
[params]
Name = "Nathan Moll"
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"