aboutsummaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorThorsten Ortlepp <post@ortlepp.eu>2024-12-10 22:43:12 +0100
committerThorsten Ortlepp <post@ortlepp.eu>2024-12-10 22:43:12 +0100
commitf86e8490a87343d20db3019fbd12d14f4e575730 (patch)
tree0770a50ed2a4d31bd4f73b7b5cbf4fd6b354d203 /hugo.toml
parent268ae5a9fd66d9b45582558df260439ddf8ef1a5 (diff)
downloadwebsite-ortleppms-f86e8490a87343d20db3019fbd12d14f4e575730.zip
setup Hugo website
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
new file mode 100644
index 0000000..8629196
--- /dev/null
+++ b/hugo.toml
@@ -0,0 +1,3 @@
+baseURL = 'https://preview.ortlepp.ms/'
+languageCode = 'en-us'
+title = 'My New Hugo Site'