aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..4821e05
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,13 @@
+baseURL = "https://new.pablotron.org/"
+languageCode = "en-us"
+title = "new.pablotron.org"
+theme = "hugo-pt2021"
+
+[[params.social]]
+ icon = "github"
+ name = "github"
+ url = "https://github.com/pablotron"
+
+[permalinks]
+ posts = "/:year/:month/:day/:slug"
+ articles = "/articles/:slug"