Add new frontmatter and taxonomy

This commit is contained in:
Campbell Alden 2022-08-23 21:12:45 +09:00
parent 3c75fe2ac2
commit 6b460faee0
4 changed files with 15 additions and 2 deletions

View file

@ -1,3 +1,7 @@
baseURL = 'https://caalden.github.io/film/'
languageCode = 'en-us'
title = 'CaAlden: Films'
[taxonomies]
category = 'categories'
genre = 'genres'
tag = 'tags'