Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 601 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 601 Bytes

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