Joeraut

The source of Joeraut Hugo-based site and blog.

Generator

Hugo, a static site generator, is used to convert content (inside content/) written with Markdown into HTML files along with all the prerequisite assets, and packages them up into a single distribution in public/.

To compile, enter the site directory and type hugo.

Theme

I based the blog off of the beautiful startbootstrap-clean-blog theme, with modifications for my needs. The contact form backend is now using Basin, along with reCAPTCHA – view clean-blog.js for the source. The theme files have been directly integrated into the /layouts/ and static/ directories, without a separate themes/ directory.

GitHub