Skip to content

cvldigital/jekyll-calendar

 
 

Repository files navigation

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

About

A Dynamic Calendar for Static Sites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 76.0%
  • HTML 13.7%
  • JavaScript 7.4%
  • Ruby 2.9%