This repository holds the source code and static assets of ournetworks.ca, built with Jekyll, Normalize.css, and icons from Font Awesome. Live stream graphic assets from IPFS and loading animation from jxnblk/loading.
Logo by Marlo Yarlo. 2019 design concept by Amelia Zhang.
State of Our Networks 2019 organizing materials and planning can be found in the 2019 planning repository.
Copyright (C) 2019 garrying, dcwalk, patcon, sarah, benhylau, eloisa
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.
- 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
- We auto-deploy
master
branch toournetworks.ca
via Travis CI. (See.travis.yml
)
Ournetworks.ca is avaliable on Dat and can be visited via Beaker Browser:
dat://eae17983cd6833287ab10ff4c1a3ca5d9ae7af7049eaa525912950720ece2e49/
dat://ournetworks.ca/
Generally, the following steps occur in Travis CI as updates are commited, or merged, into master
branch:
- Install Dat command line tool:
npm install -g dat
- Clone Dat archive:
dat clone [dat address] [destination folder] --exit
- Build site (via Jekyll):
bundle exec jekyll build
cd [destination folder]
- Import the archive's secret key:
dat keys import
- Update archive:
dat sync