diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-14 18:29:05 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-14 18:29:05 -0400 |
commit | b243b380c28755c79473463a19f61e2361ac26e3 (patch) | |
tree | 060ee52ba3fde1fd4123003c79f6fbfcede5afc6 /config.toml | |
parent | 12f8ff364f24c24fd679fdd8949dda20319d35f4 (diff) | |
download | pablotron.org-b243b380c28755c79473463a19f61e2361ac26e3.tar.bz2 pablotron.org-b243b380c28755c79473463a19f61e2361ac26e3.zip |
config.toml: add project permalinks
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
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" |