Skip to content

laz-aslam/blog.jboss-outreach.org

 
 

Repository files navigation

JBoss Blog

Codacy Badge

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

$ gem install jekyll
$ gem install rake

Pull requests

Please take reference of these

  • Create your post under _posts dirertory, in yyyy-mm-dd-title.md format.
  • Posts
  • Pull requests

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'

This site is based on the Type Theme by Rohan Chandra Default Type Theme blog

It is a free and open-source Jekyll theme, great for blogs and easy to customize.

Get Started

Demo

Using Type

License

The MIT License (MIT)

Help

If you need any help or are stuck anywhere, feel free to ask a question in the JBoss GCI chat.

About

Blog site for JBoss Outreach

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.1%
  • HTML 24.1%
  • CSS 23.0%
  • Ruby 9.4%
  • Shell 1.4%