Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/budparr/jekyll-calendar

A Dynamic Calendar for Static Sites
https://github.com/budparr/jekyll-calendar

Last synced: 1 day ago
JSON representation

A Dynamic Calendar for Static Sites

Awesome Lists containing this project

README

        

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](http://localhost:4000/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
```

```

Past Events
```

```

---

##### To Do

- [ ] Template (underscore templates).
- [ ] Improve styling
- [ ] Styleguide
- [ ] Fix multi-day events