Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 873 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 873 Bytes

jekyll-calendar

A Dynamic Calendar for Static Sites

I put this calendar together for a client site, so my initial goal was to make it functional. At this point, it's usable but could use some work, so feel free to contribute or leave an issue.

  • add _data folder and the events.yaml file with sample data
  • add calendar.json to generate a JSON file
  • add calendar.js to includes folder
  • include jquery/underscore/moment.js in the footer
  • include calendar.js in the footer below the others.
  • add the tags below wherever you want your events to show up.

Upcoming Events <div id="calendar"></div>

Past Events <div id="calendar-past"></div>


To Do
  • Template (underscore templates).
  • Improve styling
  • Styleguide
  • Fix multi-day events