You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jack Jackson dd71502556 Commiting-to-save a Draft post 2 years ago
blog Commiting-to-save a Draft post 2 years ago
.gitignore first commit 2 years ago
.gitmodules first commit 2 years ago
README.md Create draft-creation script 2 years ago
np.sh Create draft-creation script 2 years ago

README.md

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)