Source files for simonaubury.com website
The website is built with Hugo a popular open-source static site generator
To locally run this website, run the following and visit http://localhost:1313
hugo server --buildDrafts
The aether blog theme is used
A GitHub action is used to build the Hugo site, and then publish back to GitHub Pages.
- The GitHub action for this site
- Documentation for the helper hugo-deploy-gh-pages GitHub action
- GitHub Pages repo is at https://github.com/saubury/saubury.github.io
To run on a Windows machine and visit http://localhost:1313
cd /d D:\git\saubury-hugo
c:\scripts\hugo.exe server --buildDrafts