diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2025-09-11 21:12:26 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2025-09-11 21:12:26 -0500 |
| commit | 039a2f2755e0115b0339fea56d97fd90c4bbc951 (patch) | |
| tree | f9c410ca8d06efeec9d2db16d3c7f34b9c1d3b28 /hugo.toml | |
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..beb3d11 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,5 @@ +baseURL = 'https://kvog.sh/' +languageCode = 'en-us' +title = 'kvog.sh' +theme = 'hugo-xmin' + |