Home

Awesome

vimconf

Getting involved

Join vim-jp slack instead, or contact us.

(We stopped using Gitter. )

How to serve in your machine

Setup

Follow the instructions on Testing your GitHub Pages site locally with Jekyll - GitHub Docs.

# Setup Ruby
# You can use rbenv.

cd vimconf.org
bundle install
bundle exec jekyll serve

TODO: Add container version to keep the environment clean.