Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/romange/blog

My blog
https://github.com/romange/blog

blog hugo-blog

Last synced: 24 days ago
JSON representation

My blog

Awesome Lists containing this project

README

        

# My blog code
[![Build Status](https://api.travis-ci.org/romange/blog.svg)](https://travis-ci.org/romange/blog)

It uses hugo for rendering. The blog is pushed automatically to `gh-pages` using travis build.
Use `hugo server -D` to check the posts locally.

To initialize a cloned repo run: `git submodule update --init --recursive` to pull its theme.
To add a new post, run `hugo new content/post/gaia_mr2.md`.