v0.1.23 좌측 네비 및 태그 라우트 정리

This commit is contained in:
2026-04-14 10:43:24 +09:00
parent f746480163
commit 615dd8968d
11 changed files with 215 additions and 100 deletions

14
routes.yaml.example Normal file
View File

@@ -0,0 +1,14 @@
routes:
/tags/:
template: tags-index
/authors/:
template: authors-index
collections:
/:
permalink: /{slug}/
template: index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/