Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joemiller/blog

blog source (hugo)
https://github.com/joemiller/blog

blog hugo

Last synced: about 1 month ago
JSON representation

blog source (hugo)

Awesome Lists containing this project

README

        

blog
====

https://joemiller.me

Development
-----------

Install `hugo` (macos: `brew install hugo`).

Start a local web server on http://localhost:1313: `hugo server`

Publishing happens automatically when a successful `master` merge occurs
on circle-ci by pushing the rendered contents to the `gh-pages` branch.