Skip to content

ournetworks/ournetworks.ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ournetworks.ca

Jekyll CI

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.

License & Copyright

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.

Development

  1. Clone repository: git clone https://github.com/ournetworks/ournetworks.ca.git && cd ournetworks.ca
  2. Install Bundler gem: gem install bundler
  3. Install dependancies: bundle install
  4. Run locally: bundle exec jekyll serve
  5. Visit your localhost on port 4000: http://localhost:4000 or http://127.0.0.1:4000

Deployment