Skip to content

Commit

Permalink
Remove mention of old publish script from reamde.
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 authored May 3, 2022
1 parent d9a5bcc commit 13f321c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You will need to have `npm` installed to build the website (CSS stuff, mostly).

To build the site, run `$ hugo` inside the project. That's it. This dumps the output files into the `/public/` folder. This isn't really practical for making sure your site's up to scratch though. If you want that, run `$ hugo serve` instead. It'll create a local (automatically updating) web server that you can connect to to make sure everything checks out.

When you're SURE you did everything right, run `publish.py`. Note that this pushes directly to the submodule (and as such website) so only do this when you're sure! Also push your stuff.
The website automatically updates when master is pushed.

## Writing Posts 101

Expand Down

0 comments on commit 13f321c

Please sign in to comment.