/devcember.github.io

a gaudy celebration of web specification

Primary LanguageJavaScriptMIT LicenseMIT

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