Skip to content

zhangjidi2016/rocketmq-site

Repository files navigation

Apache RocketMQ (incubating) website

This is the website for Apache RocketMQ (incubating).

About

This website is based on Jekyll and a Jekyll theme named Minimal Mistakes.

Prerequisite

  1. Ruby
  2. Gem

Install & Run

  1. gem install jekyll bundler
  2. git clone [email protected]:middleware-incubator/rocketmq-sites.git
  3. cd rocketmq-sites
  4. bundle install
  5. bundle exec jekyll serve

Deploy to asf-site

  1. Generate the site to content directory: bundle exec jekyll build
  2. Check the changes and commit to master.
  3. Merge the changes to asf-site branch.
  4. Push asf-site to remote branch.

Questions

How to post articles to Documentation?

New a .md file in rocketmq-sites/_docs/, Jekyll will finish the rest of the work.

Please refer to 01-quick-start-guide.md for more details.

How to post articles to Blog?

New a .md file in rocketmq-sites/_posts/, Jekyll will finish the rest of the work.

Please refer to 2016-12-23-mastering-component-compatible-dependency.md for more details.

How to modify the navigation?

Please refer to _data/navigation.yml for more details.

About

Mirror of RocketMQ site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • CSS 36.3%
  • HTML 33.6%
  • JavaScript 28.1%
  • Ruby 1.6%
  • Shell 0.4%