Customize landing page
EventCatalog provides a default landing page, you can override this with custom markdown.
Changing the default landing page​
- Create a new folder called
pages
and markdown file calledindex.md
- Example:
/pages/index.md
(note: New Catalogs will have this already)
- Example:
- Enter your details, save the file and load your catalog.
Example
/pages/index.md
---
id: index
---
# My Awesome Company
Welcome to our [EventCatalog](https://www.eventcatalog.dev/)!
**Quick Links**
* [Events](/discover/events)
* [Domains](/discover/domains)
* [Services](/discover/services)
Example output