How to Add and Delete Posts
This is a post to simply see how to
- add a post
- delete a post
It is probably best to not make major content changes with the server running. Doing so can mess up _site in strange ways.
To add a post: #
- simply create a new file in posts with an appropriate name,
- cut and paste the header from a previous post and edit,
- add your content in markdown
Avoid copying a post and renaming it when the server is running. Doing this messes up _site.
To delete a post: #
- stop the server
- delete the .md file containing the post
- start the server