/actlist.io

The project Actlist official website.

Primary LanguageRubyMIT LicenseMIT

actlist.io

This website has been created with Jekyll and jekyll-doc-theme

Running locally

You need Ruby and gem before starting, then:

# install bundler
gem install bundler

# clone the project
git clone https://github.com/actlist/actlist.io.git
cd actlist.io

# run jekyll with dependencies
bundle exec jekyll serve

Adding plugins

Create your own markdown post under the _plugins directory

License

Released under the MIT license.