JBlog is a simple jekyll theme.
I have used this theme in my own php and ruby blogs. And there are some shortcomings. If something looks extremely ugly and you can't resist to fix it, just send me a PR. I will be grateful.
If you like this theme or using it, please give a star for motivation.
See a live version of JBlog hosted on GitHub.
To learn how to install and use this theme check out the Setup Guide for more information or apply the following instructions.
$title-font : Lobster, cursive;
$menu-font : Alegreya Sans SC, sans-serif;
$main-font : Roboto Slab, serif;
You can add your fonts this area.
```scss
// Colors
$blue: #3498db;
$orange: #e67e22;
$red: #e74c3c;
$white: #ecf0f1;
$green: #2ecc71;
$turko: #1abc9c;
$purple: #9b59b6;
$dark-blue: #34495e;$main-color: $white; $background-color: $blue; $thrid-color: rgba(52, 152, 219, 0.8);
$main-color is panels background color.
$background-color is background, buttons, links color.
$thrid-color is opacity version of background color.