blog/config.toml

16 lines
355 B
TOML
Raw Normal View History

2023-10-23 03:51:30 +00:00
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"