This repository holds the source code and static assets of ournetworks.ca, built with Jekyll, Normalize.css, and icons from Font Awesome. Previous releases have included video stream source code from Toronto Mesh and Video.js, graphic assets from IPFS and loading animation from jxnblk/loading.
Logo by Marlo Yarlo.
Copyright (C) 2024 garrying, dcwalk, benhylau, sarah, patcon, eloisa, mauve, amelia
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
main
branch toournetworks.ca
via GitHub Actions. (See.github/workflows/deploy.yml
)