Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/budparr/jekyll-calendar
- Owner: budparr
- Created: 2014-05-13T02:47:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-15T15:29:24.000Z (over 10 years ago)
- Last Synced: 2023-08-04T20:07:04.046Z (over 1 year ago)
- Language: CSS
- Size: 188 KB
- Stars: 34
- Watchers: 4
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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