Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 417 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 417 Bytes

adamblake.github.io

Source for my personal website.

Development notes

Development Build

To serve the website locally run Hugo server with drafts enabled:

hugo server -D

Theme

The site uses the minimal theme for Hugo. The theme is installed as a git submodule and can be updated by running

git submodule update --remote themes/minimal