summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
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'
+
+