Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unreal4u/blog

My blog, converted from WP to Jekyll
https://github.com/unreal4u/blog

Last synced: about 2 months ago
JSON representation

My blog, converted from WP to Jekyll

Awesome Lists containing this project

README

        

Blog
========

This is my own blog. For now, it's only in Spanish, but the future may have other things in its mind.

Setup dev environment
=======

- Have your gems up-to-date: # gem update (Using Yosemite with SIP enabled? Use
# gem update -n /usr/local/bin/ instead).
- Install Jekyll: $ gem install jekyll. (Using Yosemite with SIP enabled? Use
gem install -n /usr/local/bin/ jekyll instead).
- There may be some additional components needed. I'll be adding them in the future.
- run ./_jekyll-serve in root directory of project.
- Visit [http://127.0.0.1:4000/](http://127.0.0.1:4000/) and profit!

Live site
=======

The live site is located at: [http://blog.unreal4u.com/](http://blog.unreal4u.com/)