/outOfUniverse

Out of Universe blog

Primary LanguageShell

Out of Universe Build Status

This repository host the contents of Out of Universe blog. It's using Hugo and Jane theme.

Run in dev machine

To run this repository in local, first run setup.sh script to get the Jane theme sub module and then run the Hugo server as follow,

$ hugo server

To see the changes on a draft blog post run,

$ ./watch.sh

Build the blog

To generate the static content, just run:

$ hugo

Add a new post

To add a new post use hugo command like below,

$ hugo new post/[name-of-the-post.md]

Contact