https://github.com/cloudamqp/rabbitmq-summit
Website for the rabbitmq-summit
https://github.com/cloudamqp/rabbitmq-summit
Last synced: 3 months ago
JSON representation
Website for the rabbitmq-summit
- Host: GitHub
- URL: https://github.com/cloudamqp/rabbitmq-summit
- Owner: cloudamqp
- Created: 2018-04-05T07:46:38.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2026-03-03T15:12:46.000Z (3 months ago)
- Last Synced: 2026-03-03T19:50:16.951Z (3 months ago)
- Language: SCSS
- Size: 53.8 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RabbitMQ Summit
This is the repo for the public website of http://rabbitmqsummit.com
The website is built in a Ruby based web site generator called [Jekyll](https://jekyllrb.com/). It comes with a simple web server and file watchers that you can run locally. Once you make any changes it will automatically generate a new static version of the website placed in `_site/`. What's so great about Jekyll is that [GitHub Pages](https://pages.github.com/) supports it, meaning you can host the page for free - right here on GitHub.
To run locally:
bundle install
bundle exec jekyll serve