Oliver Davies
3be9031de8
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.
17 lines
412 B
YAML
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 }
|