Add new frontmatter and taxonomy
This commit is contained in:
parent
3c75fe2ac2
commit
6b460faee0
4 changed files with 15 additions and 2 deletions
|
|
@ -4,6 +4,10 @@ date: {{ .Date }}
|
|||
draft: true
|
||||
rating: 5
|
||||
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
|
||||
genres:
|
||||
- Movie
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
baseURL = 'https://caalden.github.io/film/'
|
||||
languageCode = 'en-us'
|
||||
title = 'CaAlden: Films'
|
||||
[taxonomies]
|
||||
category = 'categories'
|
||||
genre = 'genres'
|
||||
tag = 'tags'
|
||||
|
|
|
|||
|
|
@ -5,7 +5,12 @@ draft: false
|
|||
rating: 5
|
||||
imdb: 7.2
|
||||
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
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
</h3>
|
||||
</header>
|
||||
<div>
|
||||
{{ .Summary }}
|
||||
{{ .Summary | truncate 70 "..." }}
|
||||
</div>
|
||||
<div class="cluster spacing:between">
|
||||
<div class="cluster s1 align:center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue