diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,8 +15,8 @@ See the [blog post](https://justine.smithies.me.uk/blarg.html) for more details. * Clone this repository `git clone https://codeberg.org/JustineSmithies/blarg` * Put your blog posts as markdown files into `posts` -* Place any images into the public folder -* Run `./blarg` and your posts will show up in `build/index-with-drafts.html` +* Place any images into the `public` folder +* Run `./blarg` and your posts will show up in `build` * Commit posts in git to add timestamps and have them show up in `build/index.html` * Copy the content of `build` to your webserver, so that other people can read your blog |