Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 553 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 553 Bytes

Uses Jekyll to generate a static, Semantic-UI based project promo site.

Development

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.

License

MIT