diff options
author | Thorsten Ortlepp <post@ortlepp.eu> | 2024-12-10 22:43:12 +0100 |
---|---|---|
committer | Thorsten Ortlepp <post@ortlepp.eu> | 2024-12-10 22:43:12 +0100 |
commit | f86e8490a87343d20db3019fbd12d14f4e575730 (patch) | |
tree | 0770a50ed2a4d31bd4f73b7b5cbf4fd6b354d203 /hugo.toml | |
parent | 268ae5a9fd66d9b45582558df260439ddf8ef1a5 (diff) | |
download | website-ortleppms-f86e8490a87343d20db3019fbd12d14f4e575730.zip |
setup Hugo website
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 3 |
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' |