Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mseri/purity
a PureCSS responsive Ghost theme, with snippets for many comment systems and social icons ready to be used.
https://github.com/mseri/purity
Last synced: 8 days ago
JSON representation
a PureCSS responsive Ghost theme, with snippets for many comment systems and social icons ready to be used.
- Host: GitHub
- URL: https://github.com/mseri/purity
- Owner: mseri
- License: mit
- Created: 2013-09-24T22:36:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T22:18:14.000Z (about 6 years ago)
- Last Synced: 2024-10-13T21:30:53.500Z (23 days ago)
- Language: CSS
- Homepage:
- Size: 224 KB
- Stars: 32
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# purity
`purity` is a [MathJax](http://www.mathjax.org) ready [Pure](http://purecss.io) based theme for [Ghost](http://github.com/tryghost/ghost/).
Freely inspired by [Pure Blog example layout](http://purecss.io/layouts/).~~_To support the continuous development of this theme and give me the chance to keep it open and updated with the features of all the upcoming Ghost releases **please consider buying it from [Purity (on Gumroad), it is available as a _pay what you want_](https://gum.co/purity)** as insipired by [BiosElemental](http://bioselemental.com/ghost-community-plans/)._~~
There are two main themes: dark and light. They can be switched changing the @import rule at the beginning of `assets/css/style.css`.
To change the colorsets and keep the theme structure is enough to copy either dark.css or light.css (they contains only colours information), modify it and redefine the import line with the appropriate name.To set up google+, disqus or facebook comments is enough to open `posts.hbs`, and remove the marked line at the end of the file and add the appropriate variables. You can add the Comments counter on the index page modifying the code according to [Another way of enabling disqus on Ghost](http://blog.reggiesuplido.com/another-way-of-enabling-disqus-on-ghost/).
To enable MathJax or Google Analytics is enough to open `default.hbs`, and remove the marked lines at the end of the file.
A running version of the dark theme is on my blog [Tales of a Fractal Spectrum](http://ghost.mseri.me).
Please consider to support Purity - a light responsive Ghost theme
## History
- 0.0.9 bugfixes, style for featured posts (Ghost 0.4.1) and support to Ghost
0.4.1
- 0.0.8 added integration with [facebook
opengraph](https://developers.facebook.com/docs/opengraph/)
- 0.0.7 added integration with [microdata](https://support.google.com/webmasters/answer/176035?hl=en), simplfied feature integration, created landing page on gumroad
- 0.0.6 fixed pagination, fixed disqus comment post-id variable and renamed theme to Purity
- 0.0.5 added minified styles (with [csso](http://css.github.io/csso/))
- 0.0.4 minor fixing and a whole new font of icons
- 0.0.3 dark and light theme merged.
- 0.0.2 added a Light theme version (branch light); added Google +, Disqus and Facebook comments (just enable the one you prefer uncommenting it in post.hbs)
- 0.0.1 first release of pureBuster## Copyright & License
Copyright (C) 2013 Marcello Seri - Released under the MIT Lincense.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.