blogcontent/README.md
Jack Jackson 4e2da707fc Create draft-creation script
Now if I can only automate _writing_ them, too :P
2021-12-13 21:43:20 -08:00

361 B

Content is stored in blog/. All hugo commands below should be executed from there. This top-level directory is just for package metadata, README.md, etc.

  • To create a new post, run hugo new posts/<name>.md (or, run np.sh <name> from the root directory)
  • To start a local server to check how it looks, run hugo server (with -D to show drafts)