mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-23 23:13:13 +01:00
Photos archetype
This commit is contained in:
parent
7b195b80c8
commit
7a53d95a7e
1 changed files with 11 additions and 0 deletions
11
archetypes/photos.md
Normal file
11
archetypes/photos.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
media:
|
||||
- "{{ .Name }}.webp"
|
||||
date: {{ .Date }}
|
||||
tags:
|
||||
syndications:
|
||||
- syndicate:instagram:{{ now.UnixNano | md5 }}
|
||||
- syndicate:pixelfed:{{ now.UnixNano | md5 }}
|
||||
- syndicate:bluesky:{{ now.UnixNano | md5 }}
|
||||
---
|
Loading…
Reference in a new issue