mirror of
https://github.com/GuerillaStudio/now-playing
synced 2025-04-16 02:12:49 +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…
Add table
Reference in a new issue