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

@ -4,6 +4,10 @@ date: {{ .Date }}
draft: true draft: true
rating: 5 rating: 5
imdb: 0.0 imdb: 0.0
summary: Short summary (70 characters or so)
quick_look: Longer blurb about the movie for th top section
image: https://m.media-amazon.com/images/M/MV5BNmQxZTNiODYtNzBhYy00MzVlLWJlN2UtNTc4YWZjMDIwMmEzXkEyXkFqcGdeQXVyMTkxNjUyNQ@@._V1_SX300.jpg image: https://m.media-amazon.com/images/M/MV5BNmQxZTNiODYtNzBhYy00MzVlLWJlN2UtNTc4YWZjMDIwMmEzXkEyXkFqcGdeQXVyMTkxNjUyNQ@@._V1_SX300.jpg
genres:
- Movie
--- ---

View file

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

View file

@ -5,7 +5,12 @@ draft: false
rating: 5 rating: 5
imdb: 7.2 imdb: 7.2
image: https://m.media-amazon.com/images/M/MV5BNmQxZTNiODYtNzBhYy00MzVlLWJlN2UtNTc4YWZjMDIwMmEzXkEyXkFqcGdeQXVyMTkxNjUyNQ@@._V1_SX300.jpg image: https://m.media-amazon.com/images/M/MV5BNmQxZTNiODYtNzBhYy00MzVlLWJlN2UtNTc4YWZjMDIwMmEzXkEyXkFqcGdeQXVyMTkxNjUyNQ@@._V1_SX300.jpg
summary: "A new film from Wes Anderson styled after a magazine" summary: A new film from Wes Anderson styled after a magazine
quick_look: Charming and highly stylized, this movie has immediately joined my shelf of favorites. Great if you are a Wes Anderson fan or just someone looking for absurdist humor.
genres:
- Comedy
- Drama
- Romance
--- ---
## Synopsis ## Synopsis

View file

@ -10,7 +10,7 @@
</h3> </h3>
</header> </header>
<div> <div>
{{ .Summary }} {{ .Summary | truncate 70 "..." }}
</div> </div>
<div class="cluster spacing:between"> <div class="cluster spacing:between">
<div class="cluster s1 align:center"> <div class="cluster s1 align:center">