A stylish theme for Jekyll blogs, based on the Solarized color palette.
- Two color schemes — One for Solarized Dark and one for Solarized Light. Just swap the reference to the
colors-dark.css
file withcolors-light.css
if you don't like light-on-dark. - Linkblog support — Solar will turn your post title into an external link if you add
external-url: http://example.org
to a post's YAML front matter. - Responsive Design — Solarized adapts to fit any screen size.
There are two ways to use Solar. You can either clone-and-go, copying the repository and tweaking the contents to taste, or you can cherry-pick the files you want and integrate them into an existing Jekyll instance.
If you're starting a new blog, you want to clone-and-go. Just git clone https://github.com/redwallhp/solar-theme-jekyll.git
, make any changes you want to the template, pages or _config.yml
and start blogging with Jekyll. Easy.
If you're wanting to replace the theme of an existing Jekyll blog, either option should work. If you want to replace files individually, the files and directories you want to make sure to copy are:
_layouts
archives
assets
feed.xml
index.xml
You'll also want to compare Solar's _config.yml
with your own, making any appropriate changes.
You can see a demo of Solar right here on GitHub Pages.
GPLv2 or higher