/blog.jboss-outreach.org

Blog site for JBoss Outreach

Primary LanguageJavaScriptMIT LicenseMIT

JBoss Blog

This is a Jekyll blog. To maintain the blog, it's best you have Ruby installed. From within Ruby, install Jekyll and Rake too.

gem install jekyll
gem install rake

Pull requests

Please take ref of these

  • Create your post under _posts dirertory, in yyyy-mm-dd-title.md format.
  • posts
  • pull request

Setup

Creating New Articles

There is a rake task for this -

rake new_post["Topic of new post"]

Creating a new page

There is a rake task for this as well -

rake new_page["Title of Page"]

Set page.sitemap.include to 'yes', to include the page in sitemap.

sitemap:
  include: 'yes'

Based on Type Theme by Rohan Chandra Default Type Theme blog

A free and open-source Jekyll theme. Great for blogs and easy to customize.

Get Started

Demo

Using Type

License

The MIT License (MIT)