A simple Jekyll blog theme

Features

  • Resposive layout
  • Preprocessor SASS
  • Syntax highlight
  • Author config
  • Pagination
  • Search bar
  • Comments with Disqus
  • Share posts
  • Sitemap and seo tags

Installation

  1. Download or clone repository git clone https://github.com/mateussmedeiros/blade-theme.git
  2. Enter the folder: cd blade-theme
  3. Install Ruby gems: bundle install
  4. Start Jekyll server: jekyll serve

Access: localhost:4000