My personal website and blog, built with Hugo using a customized version of the Coder theme.
This is where I share my projects, write about things I'm learning, and generally have a place on the internet to call my own. The design is inspired by aconlin.com.
Make sure you have Hugo installed, then:
hugo serverThe site will be available at http://localhost:1313.
hugoThe static files will be generated in the public/ directory.
content/- Blog posts, projects, and other pageslayouts/- Custom layout overridesstatic/- CSS, images, and other static assetsthemes/coder/- The base Hugo theme (as a submodule)
MIT