This repository uses Hugo, not Jekyll. The theme is PaperMod.
Run this from the repository root:
.\scripts\setup-hugo.ps1That downloads a local copy of Hugo Extended into .tools/hugo/, so you do not need a global install.
.\scripts\serve.ps1The site will be available at http://127.0.0.1:1313/.
Draft posts are shown locally because the script runs hugo server --buildDrafts.
.\scripts\new-post.ps1 "My New Post"That creates a new draft in content/posts/ using today's date in the filename.
When you are ready to publish the post, change this line in the post front matter:
draft: false.\.tools\hugo\hugo.exeThat regenerates the static output in public/.