Jekyll Roadmap
Publish Gantt-style roadmaps as static pages inside your Jekyll site. No extra tooling.
Links: RubyGems · Template Repo · RubyDoc
Teams that publish docs with Jekyll should not need a separate tool for roadmaps. Jekyll Roadmap renders Gantt-style timeline views directly from a dedicated collection, keeping planning artifacts in the same workflow as the rest of the site.
What It Solves
This product sits in the gap between plain markdown documentation and heavyweight roadmap software. It treats roadmap content like site content:
- versioned in Git
- rendered by Jekyll
- deployable as static files
A pragmatic fit for teams who already publish docs with Jekyll and want their planning artifacts to live in the same workflow.
What’s Included
The public example template includes:
- a
roadmapscollection - a redirecting landing page
- a
ganttlayout for the actual roadmap view - JavaScript options and data files that define the timeline
Highlights
- Install as a gem, get a ready-made roadmap theme.
- Roadmaps live in a dedicated Jekyll collection, version-controlled in Git.
- Renders interactive Gantt-style timeline views from structured data.
Tech Stack
- Ruby
- Jekyll
- AngularJS
- angular-gantt