Source for my personal website: posts, projects and research.
Built with Hugo (extended) and the Terminal theme.
config/_default/ Site configuration
content/ Posts, projects and research, as Markdown page bundles
layouts/ Template overrides and shortcodes
assets/ Images and CSS processed by Hugo
static/ Favicons and custom stylesheet
themes/ Theme submodules
git clone --recurse-submodules https://github.com/matthewtwarren/matthewtwarren.github.io.git
cd matthewtwarren.github.io
hugo server -D
The site is served at http://localhost:1313.
Pushing to main runs the GitHub Actions workflow in .github/workflows/gh-pages.yml, which
builds the site and publishes it to the gh-pages branch.
Site content © Matt Warren. Theme licensed under MIT by its author.