Files
docs/config/_default/hugo.toml

14 lines
177 B
TOML

baseURL = "https://little-emulator.org/"
languageCode = "en"
title = "Little Emulator"
theme = "hextra"
enableGitInfo = true
[outputs]
home = [
"html",
"llms",
]