civictechnologists / website

Jekyll-based website for the Alliance of Civic Technologists
https://www.civictechnologists.org
5 stars 3 forks source link

civictechnologists.org

The website of the Alliance of Civic Technologists:

https://www.civictechnologists.org/

Contributing to the website

This website is built with Jekyll, which is a Ruby static site builder.

Developing the website

This site is set up as a standard Ruby project with Bundler. To get started:

  1. Use a Ruby version manager, like rbenv, rvm, or chruby.
    1. On a Mac, this can be installed with homebrew: brew install rbenv.
    2. Then install the Ruby version specified in .ruby-version: rbenv install $(cat .ruby-version)
  2. Run bundler to install dependencies: bundle install
  3. Start the jekyll webserver: bundle exec jekyll serve