Feel free to fork this blog
To make it your own:
- Delete existing posts in
posts
directory. - Edit the introduction section in
pages/index.js
- Edit
name
andsiteTitle
incompoenents/layout.js
To create a new post:
- Just create a new markdown file in
posts
. Use existing posts as a template.
To make a post private:
- Add
private: true
to the metadata of your posts