Skip to content
Chris Natali edited this page Aug 11, 2016 · 1 revision

To edit blog posts shown on the blog page

You can create/edit posts by creating/editing markdown files in the blog/_posts dir

Copy a sample, edit it and preview it in github (ensuring the "front matter" or metadata is correct at the top). You'll also need to upload any associated imagery or files to this dir: assets/uploads/blog/YYYY/post-name

where YYYY is the 4-digit year and post-name is the name of the post with the data prefix removed.

Clone this wiki locally