Website for Toronto Mesh (https://www.tomesh.net/), built with Jekyll, Font Awesome icons, and Skeleton CSS.
Copyright (C) 2016 Toronto Mesh contributors.
All tomesh.net code at github.com/tomeshnet/tomesh.net is licensed under a GNU General Public License v3.0, the text of which is included in the repository here.
Tomesh.net website content and documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
We are still in the early stages and would love involvement from more people! If you notice any errors or would like to submit changes or add content to our website please see our Contributing Guidelines.
In addition, you can provide feedback by:
- adding a comment to the issue tracker.
- emailing us at hello@tomesh.net
- speaking with us on the
#tomesh
channel in CivicTechTO's slack (get an invite)
Install the Jekyll gem:
$ gem install jekyll
Windows users: Run Jekyll on Windows
$ jekyll serve
A development server will run at http://localhost:4000/
Commits and merges into master
will be deployed automatically to the production web server through webhook posts from GitHub.
jekyll-hook listens for incoming webhook posts from GitHub and runs jekyll build
.
A cron task runs jekyll build
daily at midnight, Eastern Standard Time. The build task can be found in the scripts directory. The cron task can be edited with sudo crontab -e