Skip to content

nikhilkumarsingh/blog.codingblocks.com

 
 

Repository files navigation

Coding Blocks 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

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)

About

Blog for CodingBlocks, in Jekyll

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.8%
  • HTML 24.3%
  • CSS 20.8%
  • Ruby 9.1%