1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-26 09:21:36 +00:00

Add archetype to add albums through Hugo's new command (#4)

This commit is contained in:
Hécate Moonlight 2023-07-24 14:36:26 +02:00 committed by GitHub
parent f321a56a60
commit 42e6495dc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
archetypes/default.md Normal file
View 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:
---