Skip to content

jamesjarvis/jamesjarvis.io

Repository files navigation

jamesjarvis.io

Welcome to jamesjarvis.io - my personal site, accessible at (you guessed it!) https://jamesjarvis.io

This site is now a static website generated using Hugo, mostly inheriting the Congo theme as it was closest to my previous site's look and feel.

How to write

hugo new content posts/your_post_here

How to run locally

hugo server

How to build

hugo --minify --gc --logLevel debug

How to host

Follow the guide here on gohugo.io