mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 13:11:51 +00:00
Add archetype to add albums through Hugo's new
command (#4)
This commit is contained in:
parent
f321a56a60
commit
42e6495dc4
1 changed files with 15 additions and 0 deletions
15
archetypes/default.md
Normal file
15
archetypes/default.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: "{{ replace .Name "_" " " | title }}"
|
||||
artist:
|
||||
date: {{ .Date }}
|
||||
cover: /upload/{{ replace .Name "_" " " | title }}.jpg
|
||||
styles:
|
||||
links:
|
||||
spotify:
|
||||
youtube:
|
||||
applemusic:
|
||||
soundcloud:
|
||||
bandcamp:
|
||||
deezer:
|
||||
---
|
||||
|
Loading…
Reference in a new issue