summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-11 17:42:58 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-11 17:42:58 +0100
commitfbe0fc62120348f582dc4db2b614078943d0764b (patch)
treef1cbada2325534530d57f01bf9f3daf90d1aed30 /config.toml
downloadzk-web-fbe0fc62120348f582dc4db2b614078943d0764b.tar.gz
zk-web-fbe0fc62120348f582dc4db2b614078943d0764b.zip
Add initial files
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..1d7c819
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,3 @@
+baseURL = 'http://example.org/'
+languageCode = 'en-us'
+title = 'My New Hugo Site'