The website is built with Hugo and deployed on GitHub pages.
Then install hugo. (With chololatey on windows.) choco install hugo-extended
choco install hugo-extended
Use hugo to serve the site on a local server for development.
hugo server -D
hugo new posts/a-post-name.md
This will create a new markdown file in content/posts.
Add markdown content under the yaml front matter.
The post will appear in the website posts.
hugo
will build to docs
because of config.yml
Github Pages should be configured to deploy from /docs.