Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.
/ octoblog Public archive

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

Notifications You must be signed in to change notification settings

thibaudcolas/octoblog

Repository files navigation

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.

About

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

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published