oliverdavies.uk/app/config/sculpin_kernel.yml
Oliver Davies 3be9031de8 Update daily email permalink
Change the permalink prefix from `/archive` to `/daily`. This matches
the daily email landing page and people have mentioned it causes some
confusion.

I'll add a wildcard redirect to my NGINX configuration so that old URLs
still work and don't result in 404s.
2024-05-20 23:04:27 +01:00

17 lines
412 B
YAML

sculpin_content_types:
daily_emails:
permalink: /daily/:year/:month/:day/:basename/
pages:
permalink: /:basename/
podcast_episodes:
permalink: /podcast/:basename/
posts:
permalink: /blog/:basename/
talks:
permalink: /talks/:basename/
services:
App\Opdavies\TwigExtension\OpdaviesTwigExtension:
tags:
- { name: twig.extension }