KJR020's Blog

This blog is built using Hugo, a static site generator.

Setup

To setup writing environment, install go and hugo.

Both can be installed using brew.

brew install go
brew install hugo

Usage

Creating a New Post

To Create a new post, run the following command:

hugo new posts/[post-title].md

Building the Site

To build the site, run the following command:

hugo

Running the Server

To run the local development server, use:

hugo server