Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hungneox/hungneox.github.io
My personal technical blog
https://github.com/hungneox/hungneox.github.io
blog jekyll ruby
Last synced: 3 days ago
JSON representation
My personal technical blog
- Host: GitHub
- URL: https://github.com/hungneox/hungneox.github.io
- Owner: hungneox
- License: mit
- Created: 2014-05-06T10:34:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T09:38:32.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T12:29:38.564Z (30 days ago)
- Topics: blog, jekyll, ruby
- Language: CSS
- Homepage: http://www.butchiso.com
- Size: 10 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intro
Jekyll Blog Theme "[EasyBook](https://github.com/laobubu/jekyll-theme-EasyBook/wiki)"
## Install
```
brew update && brew upgrade
brew doctor
``````
brew install rbenv
brew install ruby-build
``````
echo 'export RBENV_ROOT=/usr/local/var/rbenv' >> ~/.bash_profile
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
``````
rvm install "ruby-2.5.0"
rvm use 2.5.0 --default
``````
gem install jekyll bundler jekyll-gist jekyll-paginate jemoji
``````
bundle exec jekyll serve
```