Jorin's Logbook

This site is built with Hugo, thank you open source!

Development

Installing

Install hugo from https://gohugo.io/.

Server

hugo server

Now you can navigate to localhost:1313 in your browser to see the site.

Creating Content

To create a new post use:

./new some-name

Build

hugo --destination some_folder

GitHub