16 lines
369 B
TOML
16 lines
369 B
TOML
baseURL = "https://nathan.freedomland.xyz"
|
|
languageCode = "en-us"
|
|
title = "Blog"
|
|
theme = "hugo-stellar-theme"
|
|
|
|
[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"
|