Skip to content

MaptimeCalgary/maptimecalgary.github.io

 
 

Repository files navigation

MaptimeCalgary Website

Hey there! Contributions to the MaptimeCalgary website are welcomed and encouraged! Feel free to improve upon any aspect of the site. This site is a Jekyll site, hosted on Github Pages.

We are using the Minimal Mistakes theme. To learn how to install and use this theme check out the Setup Guide for more information. If you're looking to add a blog post or tutorial, take a look at the sample post and its source code to get an idea of how to format your content.

We've modified the theme to allow for Leaflet maps to be used a post/page's hero image. If you're looking to add a map to a post or a page, you can do so by add something similar to the following to the following:

...  # Other metadata
map:
  mapboxlayer: examples.map-i86nkdio
  # layer: ... #  If you want to add a non-mapbox baselayer
  attribution: Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Imagery © <a href="http://mapbox.com">Mapbox</a>
  options:  # Pass through any supported map option: http://leafletjs.com/reference.html#map-options
    center: "[51.04, -114.075]"
    zoom: 10
    attributionControl: false
  markers:
    - location: [51.04, -114.075]
      content: I'm open!
      open: true
    - location: [51.09, -114.07]
      content: Closed popup.
---

To Contribute

  1. Fork the repo.
  2. Make a change.
  3. Open a pull request.

Learn more about contributing here.

To Join

To join MaptimeCalgary, all you need to do is show up to the next meetup. That's it, you're in!

To join the MaptimeCalgary Organization on Github, open up a Github Issue with a brief introduction.

For any other questions or comments, feel free to drop us a line at maptimecalgary@gmail.com.

Packages

No packages published

Languages

  • CSS 41.9%
  • JavaScript 36.7%
  • HTML 19.3%
  • Ruby 2.1%