This website has been created with Jekyll and jekyll-doc-theme
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
Create your own markdown post under the _plugins
directory
Released under the MIT license.