1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 12:32:42 +00:00

gulp new command added

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-02-29 16:28:11 -08:00
parent 27621e0edd
commit 9f0157d591
3 changed files with 54 additions and 0 deletions

14
build/_post-template.js Normal file
View File

@@ -0,0 +1,14 @@
module.exports = exports = ({ id, date }) => `---
id: "${id}"
date: "${date.toISOString()}"
tags:
- Transgender
tweets:
---
{!{ <div class="gutter">{{import '~/tweet' ids=(array
'TWEETGOESHERE'
) tweets=meta.tweets className="oneblock" }}</div> }!}
`;