From e9616ade07b8e702a57de0d85831d73bba71a0b4 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Fri, 16 Apr 2021 17:21:30 -0700 Subject: [PATCH] document how to create a blog post... --- BLOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BLOG.md b/BLOG.md index 48876b3..0eaa271 100644 --- a/BLOG.md +++ b/BLOG.md @@ -1,6 +1,11 @@ How to blog =========== +To start a post, copy the file template.html to +`content///name-of-post.html`. Make sure that if the year +is new, that `meta.yaml` from another year is copied to make the post +visible and set a few other default parameters. + If a code block is in a list item like: ``` 1. This is a list item with source: