Remove slash from URLs

This commit is contained in:
Mirai Kumiko 2025-05-26 14:12:12 +02:00
parent 79bec9ca8e
commit 2b53af7f50
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
2 changed files with 6 additions and 3 deletions

View file

@ -3,9 +3,12 @@ baseURL = "https://miraikumiko.com"
theme = "hugo-bearcub"
copyright = "Mirai Kumiko (CC BY 4.0)"
defaultContentLanguage = "en"
# Generate a nice robots.txt for SEO
enableRobotsTXT = true
uglyURLs = true
[permalinks]
blog = "/blog/:slug"
photos = "/photos/:slug"
# Setup syntax highlighting without inline styles. For more information about
# why you'd want to avoid inline styles, see

@ -1 +1 @@
Subproject commit fb01daeb1e92fd81eb3b55b74a25d5bb9686352b
Subproject commit dcfa770f2c7ae347a36d05c8530cdeb733a7fbc5