An open API service indexing awesome lists of open source software.

https://github.com/jerald/activemq.uwi.sh

An arbitrary blog of ActiveMQ things
https://github.com/jerald/activemq.uwi.sh

Last synced: about 1 year ago
JSON representation

An arbitrary blog of ActiveMQ things

Awesome Lists containing this project

README

          

# You wish you knew ActiveMQ?

A collection of information about ActiveMQ. Hosted on [Github pages](https://docs.github.com/en/pages) and using [Jekyll](https://jekyllrb.com/).

### First setup (if you want to test locally)

1. Install Jekyll: https://jekyllrb.com/docs/installation/

[Follow this GitHub guide.](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll#building-your-site-locally) You can skip the perquisites section, it's confusing and covered by the step above.

### Important tip: if you ever need to run jekyll commands, do it as `bundle exec jekyll`, as per [the `Gemfile`](./Gemfile)!

### Useful dev resources

- [Ruby overview from Jekyll docs.](https://jekyllrb.com/docs/ruby-101/)
- [The github pages docs have details on how the github pages integration works.](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll) Helpful pages:
- [Testing locally](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll) (also linked above)
- The [Jekyll docs](https://jekyllrb.com/docs/) are the next place to go. Some useful ones:
- [How pages work.](https://jekyllrb.com/docs/pages/)
- [How posts (i.e. articles) work.](https://jekyllrb.com/docs/posts/)
- [What front matter is.](https://jekyllrb.com/docs/front-matter/)