Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattvh/solar-theme-jekyll
A stylish theme for Jekyll blogs, based on the Solarized color palette
https://github.com/mattvh/solar-theme-jekyll
Last synced: 5 days ago
JSON representation
A stylish theme for Jekyll blogs, based on the Solarized color palette
- Host: GitHub
- URL: https://github.com/mattvh/solar-theme-jekyll
- Owner: mattvh
- Created: 2013-06-07T20:27:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T17:48:47.000Z (over 4 years ago)
- Last Synced: 2023-11-07T15:17:01.626Z (about 1 year ago)
- Language: CSS
- Size: 75.2 KB
- Stars: 218
- Watchers: 12
- Forks: 147
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Solar Theme for Jekyll
======================A stylish theme for [Jekyll](http://jekyllrb.com/) blogs, based on the [Solarized](http://ethanschoonover.com/solarized) color palette.
![Screenshot](http://i.imgur.com/UnnRhkt.png)
Features
-------* **Two color schemes** — One for Solarized Dark and one for Solarized Light. Just swap the reference to the `colors-dark.css` file with `colors-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.Installation
--------------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:
1. `_layouts`
2. `archives`
3. `assets`
4. `feed.xml`
5. `index.xml`You'll also want to compare Solar's `_config.yml` with your own, making any appropriate changes.
Demo
-------You can see a demo of Solar [right here on GitHub Pages.](http://mattvh.github.io/solar-theme-jekyll/)
License
---------GPLv2 or higher