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
- Host: GitHub
- URL: https://github.com/jerald/activemq.uwi.sh
- Owner: Jerald
- Created: 2025-01-25T03:36:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T23:58:43.000Z (over 1 year ago)
- Last Synced: 2025-04-14T11:54:39.062Z (about 1 year ago)
- Language: Ruby
- Homepage: https://activemq.uwi.sh/
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)