16 lines
355 B
TOML
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"
|