Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```