Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romange/blog
My blog
https://github.com/romange/blog
blog hugo-blog
Last synced: 24 days ago
JSON representation
My blog
- Host: GitHub
- URL: https://github.com/romange/blog
- Owner: romange
- License: apache-2.0
- Created: 2017-09-26T13:47:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T06:54:29.000Z (about 2 years ago)
- Last Synced: 2023-08-17T09:09:02.377Z (about 1 year ago)
- Topics: blog, hugo-blog
- Language: CSS
- Homepage: http://www.romange.com/
- Size: 5.85 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.