summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorclaw0ry <me@claw0ry.net>2024-12-11 13:56:52 +0100
committerclaw0ry <me@claw0ry.net>2024-12-11 13:56:52 +0100
commit4719cc03837490ed4bf1b9725d75a686e56e5a6a (patch)
tree769dd3a3a87153df049b3043196bd131495b10ad /hugo.toml
fresh start
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
new file mode 100644
index 0000000..9580058
--- /dev/null
+++ b/hugo.toml
@@ -0,0 +1,16 @@
+baseURL = 'https://claw0ry.net'
+languageCode = 'en-us'
+title = 'claw0ry.net'
+theme = 'plaintext'
+enableGitInfo = true
+
+[markup]
+[markup.highlight]
+ codeFences = false
+
+[pagination]
+ disableAliases = false
+ pagerSize = 10
+ path = 'page'
+
+