The Snider CS Website
git clone git@github.com:snidercs/snidercs.github.io
cd snidercs.github.io
git submodule update --initHugo will create the dir and MD. Hugo will also populate the MD file with datetime of creation.
hugo new content/posts/title-of-article.mdPages are slightly different than posts. page-name below will be part of the URL. e.g. snidercs.org/page-name for this example. index.md lets hugo know to use a page-like template.
hugo new content/page-name/index.mdStart up the Hugo website with
hugo server -DThe -D flag means Hugo will also generate MD files with draft = true.