nicopace / tomesh.net

Website for Toronto Mesh

Home Page:https://tomesh.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tomesh.net

Build Status Maintainability

Website for Toronto Mesh (https://www.tomesh.net/), built with Jekyll, Font Awesome icons, and Skeleton CSS.

Copyright (C) 2017 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.

Getting Involved

We 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:

Content

Our website content is primarily written in markdown and the key pages are:

Home Page (index.html)
├── About (about.md)
├── Get Involved (get-involved.md)
├── Timeline (timeline.md)
│   └── <each timeline item can be found under _timeline />
├── Events (events.md)
│   └── <each event has its own page under _posts />
├── Contact (contact.md)
└── Code of Conduct (code-of-conduct.md)

Much of the content does not change, we primarily add new events.

Events

New events are added as new .md files in the _posts/ directory using an event template. We request you copy the template if you are submitting a new event.

Announcements

Announcements are displayed at the top of each page up until a defined date and should be kept to a short line length. Announcements are added as new .md files in the _announcements/ directory.

Timeline Posts

Timeline posts are displayed in reverse chronological order on the timeline page. Timeline posts are added as new .md files in the _timeline/ directory.

Development

1. Install Dependencies

Install the Jekyll and Bundler gems:

$ gem install jekyll bundler

Windows users: Run Jekyll on Windows

Install required gems:

$ bundle install

2. Running Locally

$ bundle exec jekyll serve

A development server will run at http://localhost:4000/

Deployment

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.

Daily Builds

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

About

Website for Toronto Mesh

https://tomesh.net

License:GNU General Public License v3.0


Languages

Language:CSS 40.7%Language:HTML 29.4%Language:JavaScript 21.5%Language:Ruby 8.0%Language:Shell 0.4%