Uses Jekyll to generate a static, Semantic-UI based project promo site.
You'll need Ruby.
$ gem install jekyll bundler
$ bundle install # the jekyll bits
$ npm i # the semantic-ui bits
$ npm run build # once. not needed again unless customizing semantic.css
$ npm run serve # which runs `bundle exec jekyll serve --incremental`
Update the Hacktivity calendar using npm run hacktivity
.
MIT