blog icon indicating copy to clipboard operation
blog copied to clipboard

Source for my blog.

blog

Source code for blog.jessfraz.com.

  • Contributing
    • Running locally
    • Compressing the javascript and css files

Contributing

Running locally

Install hugo.

Run hugo serve to automatically update as you make changes. This will output the url to the browser.

Compressing the javascript and css files

Run make dev to compress all the javascript and css files into minified versions. This runs in a docker container then outputs the results.