Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kathyqian/crisp
A minimalist, responsive, and open-source two-column theme for the Ghost publishing platform
https://github.com/kathyqian/crisp
ghost theme
Last synced: 14 days ago
JSON representation
A minimalist, responsive, and open-source two-column theme for the Ghost publishing platform
- Host: GitHub
- URL: https://github.com/kathyqian/crisp
- Owner: kathyqian
- License: mit
- Created: 2014-02-28T04:18:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T21:27:14.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T15:03:02.790Z (24 days ago)
- Topics: ghost, theme
- Language: Handlebars
- Homepage:
- Size: 7.1 MB
- Stars: 622
- Watchers: 25
- Forks: 180
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- awesome-starred - kathyqian/crisp - A minimalist, responsive, and open-source two-column theme for the Ghost publishing platform (others)
README
# Crisp
A minimalist, responsive, and open-source two-column theme for the [Ghost](http://ghost.org) publishing platform by [Kathy Qian](http://kathyqian.com). Last tested with Ghost v2.1.1. For the last version tested with pre-2.0 Ghost releases, see the [ghost-sub-2](https://github.com/kathyqian/crisp/tree/ghost-sub-2) branch.
![Desktop Screenshot](https://raw.github.com/kathyqian/crisp/master/assets/screenshot-desktop.png)
### Required Steps for Installation
1. Download the files
2. Configure the follow buttons in **partials/follow.hbs** (see section below)
3. Zip the files, upload through the Ghost admin panel, and activate### Suggested Customizations
* Change the link color on *line 88* in **assets/styles/crisp.css**
* Add code for Google Analytics in **default.hbs** after `{{ghost_foot}}`
* Replace the Disqus universal embed code in **partials/comments.hbs**, or delete the #comments div to remove comments altogether
* Remove irrelevant social sharing services in **partials/share.hbs**, or change the colors of social sharing services in **assets/styles/rrssb.css**
* Change your blog logo to change the favicon and cover photo to change the sidebar background### Editing Follow Buttons
Crisp uses Font Awesome for icons. See the Font Awesome documentation for the [full list of icons](http://fortawesome.github.io/Font-Awesome/icons/) and [usage tips](http://fortawesome.github.io/Font-Awesome/examples/).
I have placed some common buttons in **follow.hbs**, with more options in the commented out sections. Make sure to replace the `username` in the URLs so the links point to your profiles.
### Features, Changelog, and Technical Notes
Below is a summary of updates since the initial release. If you need more detail, I suggest reading the [full commit history](https://github.com/kathyqian/crisp/commits/master/). For an idea of the roadmap and open issues, please refer to the [current open issues](https://github.com/kathyqian/crisp/issues?state=open).
This theme is compatible with all modern versions of Chrome, Firefox, Safari, and IE9+.
**Version 1.0.0 — September 7, 2018**
* Updated for compatibility with Ghost v2+
* Uses social media settings from dashboard
* Upgraded to Disqus universal embed codePlease see the [wiki](https://github.com/kathyqian/crisp/wiki/) for details regarding previous releases.
### Credits
Many thanks to [@davegandy](http://twitter.com/davegandy) for the [Font Awesome](https://github.com/FortAwesome/Font-Awesome) icons used throughout the theme.
Social sharing buttons are a modified version of the [Ridiculously Responsive Social Sharing Buttons](https://github.com/kni-labs/rrssb) by [@dbox](http://www.twitter.com/dbox) and [@seagoat](http://www.twitter.com/seagoat). Great job, guys!
### License
This theme is licensed under the [MIT License](https://github.com/kathyqian/crisp/blob/master/license.txt). I would really appreciate it if you could keep at least one of the footer links intact though!
### More Screenshots
![Single Post Screenshot](https://raw.github.com/kathyqian/crisp/master/assets/screenshot-single.png)
![Mobile Screenshot](https://raw.github.com/kathyqian/crisp/master/assets/screenshot-mobile.png)