From c5af70d07c8229edaf3f4ef1a8152e8d32f16dad Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Wed, 1 Nov 2023 02:59:55 -0700 Subject: [PATCH] chore: plop templates --- plop-templates/blog.hbs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plop-templates/blog.hbs diff --git a/plop-templates/blog.hbs b/plop-templates/blog.hbs new file mode 100644 index 00000000..f92663e7 --- /dev/null +++ b/plop-templates/blog.hbs @@ -0,0 +1,11 @@ +--- +title: {{{ yamlEncode title }}} +date: {{ isoTimestamp }} +description: {{{ yamlEncode description }}} +--- + +{{{ summary }}} + +{{{ detail }}} + +PocketHost is the zero-config multitenant PocketBase server. Learn more at https://pockethost.io and join our [Discord community](https://discord.gg/BnhQJMgvYd).