Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.32 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.32 KB

Personal website

Push to Deploy pages-build-deployment

pre-commit Static Badge

Powered by Hugo with PaperMod theme (as submodule). GitHub Pages are deployed from deploy branch.

Local commands

hugo server - run the server

hugo server --buildDrafts - run the server (including draft content)

hugo new content posts/my-post.md - create a new post

Local environment

  • python 3.X
  • pre-commit install to enable pre-commit hooks locally