aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-14 18:29:05 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-14 18:29:05 -0400
commitb243b380c28755c79473463a19f61e2361ac26e3 (patch)
tree060ee52ba3fde1fd4123003c79f6fbfcede5afc6 /config.toml
parent12f8ff364f24c24fd679fdd8949dda20319d35f4 (diff)
downloadpablotron.org-b243b380c28755c79473463a19f61e2361ac26e3.tar.bz2
pablotron.org-b243b380c28755c79473463a19f61e2361ac26e3.zip
config.toml: add project permalinks
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 4821e05..f0ea4ea 100644
--- a/config.toml
+++ b/config.toml
@@ -11,3 +11,4 @@ theme = "hugo-pt2021"
[permalinks]
posts = "/:year/:month/:day/:slug"
articles = "/articles/:slug"
+ projects = "/:slug"