website/hugo.toml

45 lines
848 B
TOML
Raw Normal View History

# Site
title = "JeremyStar™"
baseURL = "/"
languageName = "English"
languageCode = "en"
defaultContentLanguage = "en"
enableRobotsTXT = true
summaryLength = 0
weight = 1
theme = "blowfish"
# Regional stuff
[params]
copyright = "🄯 2024 JeremyStar™, licensed under the [Creative Commons BY-NC-SA 4.0 license](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode)"
displayName = "EN"
isoCode = "en"
rtl = false
dateFormat = "2 January 2006"
description = "JeremyStar™'s personal website"
logo = "logo.png"
secondaryLogo = "logo.png"
# Author info (never shown tho)
[author]
name = "JeremyStar™"
image = "foxxo.jpg"
headline = ""
# Layout
[pagination]
pagerSize = 10
[imaging]
anchor = "Center"
# Sitemap
[sitemap]
changefreq = "daily"
filename = "sitemap.xml"
priority = 0.5
# Output
[outputs]
home = [ "HTML", "RSS", "JSON" ]