Personal website built with Hugo and the DoIt theme.
This repository contains the source code for jaswdr.dev.
# Clone the repository
git clone --recursive https://github.com/jaswdr/website
cd website
# Run development server
make serveThe site is built and deployed as a set of static files.
make buildcontent/: Pages and sections.layouts/: Custom Hugo templates.static/: Static assets (images, fonts).themes/: Hugo theme submodules.