octoblog

octoblog

My personal blog. Notes, thoughts, and open-source software.

thib.me blog

My personal blog. Notes, thoughts and open-source software.

Installation

Requires rbenv.

# Install the right Ruby version, and Bundler.
rbenv install 2.4.2
rbenv local 2.4.2
gem install bundler

# Install the blog's dependency.
pip install pygments
bundle install

Usage

bundle exec jekyll serve
bundle exec jekyll build

Deployment

Travis is configured to deploy changes to master automatically. For manual deployments:

Credits

Content available under CC0, powered by Octopress, hosted on GitHub Pages.