Welcome to my community notepad. You can publish your notes under a heading of your choice by submitting a Github PR.
To start writing
- Fork
https://github.com/matt-chan/blog.git
- Add a folder to
content/
. The folder name becomes your category - Write your .md file and include the following header:
+++
title= "My Page Title"
date= YYYY-MM-DD
tags= ["mytag"]
draft= <true/false>
+++
- Test your changes locally. Install hugo and run
hugo server -D
- Submit a PR back to
https://github.com/matt-chan/blog.git
. I will merge and it will automatically be published via cloudflare.