Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

CPLUG/cplug.org-old

Repository files navigation

cplug.org

This website is built with Jekyll.

Development

  1. gem install bundler
  2. bundle install
  3. bundle exec jekyll serve --watch
  4. start editing files

Deployment

  1. bundle exec jekyll build
  2. rsync -rcvz --delete _site/ [email protected]:public_html