Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unreal4u/blog
- Owner: unreal4u
- Created: 2015-03-12T22:40:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T21:12:36.000Z (over 5 years ago)
- Last Synced: 2024-10-12T05:09:23.611Z (3 months ago)
- Language: HTML
- Homepage: https://blog.unreal4u.com/
- Size: 24.4 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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? Usegem 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/)