This is repository uses Hugo to generate my personal blog.
# start development server with file watcher
hugo server --buildDrafts
# check for drafts
hugo list drafts
# build site in /public/ folder
hugo
- This project uses
markdownlint
CLI tool to lint markdown files
npm run lint
# pull in any new changes from the theme
git submodule update --remote
This site is currently deployed via GitHub Actions to a repository Github Pages site on every push to the main
branch