mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
Initial site commit
This commit is contained in:
12
gulp/_template.js
Normal file
12
gulp/_template.js
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
const format = require('date-fns/format');
|
||||
|
||||
module.exports = exports = ({ id, date }) => `---
|
||||
id: "${id}"
|
||||
date: "${date.toISOString()}"
|
||||
title: ""
|
||||
description: "Outfit of the Day for ${format(date, 'MMM do, yyyy')}"
|
||||
tags:
|
||||
- OOTD
|
||||
---
|
||||
`;
|
||||
Reference in New Issue
Block a user