This is the repository hosting my private blog.
This is to document how to run, build and serve the blog. First, clone the repository including submodules like so:
$ git clone --recurse-submodules https://github.com/truemped/truemped.github.io.git
$ cd truemped.github.io/
This blog is built using Hugo. To run locally, simply run
$ hugo serve -F --cleanDestinationDir --enableGitInfo --renderToDisk
To build the final result, simply run:
$ hugo
The `public` directory is, well, public. All files in there will be publicly available at https://truemped.github.io. This directory is also a special branch in the Github repository. Committing the changes and pushing them will publish them.