Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal, responsive Jekyll theme for listing future and past events, with a clean layout and easy event creation.
Evento is a minimal, responsive Jekyll theme that lets people, groups, or companies publish a list of upcoming and past events on a static site.
Evento is a free, open-source Jekyll theme created by David Boyne (boyney123) for building event listing websites. It takes event data defined in Jekyll collections or posts and outputs a clean, responsive HTML page that separates future events from past events. The project is distributed under the MIT license and can be installed by cloning the GitHub repository and running jekyll serve.
jekyll serve command starts a local server at http://localhost:4000 for previewing changes.git clone [email protected]:boyney123/evento.git.cd evento/.jekyll serve to start the local development server at http://localhost:4000.The demo at http://evento.davidboyne.co.uk shows the theme in action, and the latest version can be downloaded as a ZIP from the GitHub repository.
Yes, Evento is free to use and open source. It is released under the MIT license, which means you can use it for personal or commercial projects, modify it, and redistribute it with attribution.
Evento is a Jekyll theme that displays a list of future and past events. It is designed for people, groups, or companies that want a simple, responsive way to show event times and information to potential attendees.
Events are added by creating new event entries in the Jekyll data or collection structure of the theme. Each entry contains the event details like title, date, time, and description, and the theme automatically sorts them into upcoming or past sections.
No, Evento is a static Jekyll theme, so there is no database. All event data is stored as files in the repository, and the site is built into plain HTML that can be hosted on any static file server.
Yes, because it is a Jekyll theme, you can edit the HTML, CSS, and layout files directly. The minimalist design makes it straightforward to adjust colors, typography, and page structure to match your own brand.