ournetworks.ca
This repository holds the source code and static assets of ournetworks.ca, built with Jekyll, Normalize.css, Cotham Sans, Terminal Grotesque, and icons from Font Awesome. Live stream graphic assets from IPFS and loading animation from jxnblk/loading.
Design concept and logo by Marlo Yarlo.
State of Our Networks 2018 organizing materials and planning can be found in the 2018 planning repository.
License & Copyright
Copyright (C) 2018 garrying, dcwalk, patcon, sarah, benhylau
Ournetworks.ca code at ournetworks/ournetworks.ca is licensed under a GNU General Public License v3.0. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.0. A copy is distributed with the code at LICENSE.md
.
Unless otherwise indicated, State of Our Networks content and documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. State of Our Networks 2017 Mini-Conference content is by Toronto Mesh.
Development
- Clone repository:
git clone https://github.com/ournetworks/ournetworks.ca.git && cd ournetworks.ca
- Install Bundler gem:
gem install bundler
- Install dependancies:
bundle install
- Run locally:
bundle exec jekyll serve
- Visit your
localhost
on port4000
: http://localhost:4000 or http://127.0.0.1:4000
Deployment
- We auto-deploy
master
branch toournetworks.ca
via Travis CI. (See.travis.yml
)