Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/22Temi/plum
A clean, responsive Ghost CMS theme.
https://github.com/22Temi/plum
blog blogging ghost ghost-theme theme
Last synced: 3 months ago
JSON representation
A clean, responsive Ghost CMS theme.
- Host: GitHub
- URL: https://github.com/22Temi/plum
- Owner: 22Temi
- License: mit
- Created: 2020-09-18T06:58:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T09:02:49.000Z (about 4 years ago)
- Last Synced: 2024-06-21T17:07:04.150Z (5 months ago)
- Topics: blog, blogging, ghost, ghost-theme, theme
- Language: JavaScript
- Homepage:
- Size: 4.98 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - 22Temi/plum - A clean, responsive Ghost CMS theme. (others)
README
# plum
A clean, responsive Ghost CMS theme.
## Main Features
* Support Ghost 1.x, Ghost 2.x, Ghost 3.x;
* Responsive layout and images, mobile-friendly, especially tablets;
* Built-in search;
* Light and dark version;
* Filter posts with tags;
* Subscription;
* Syntax highlighting;
* Custom fonts, colors;
* Retina Display Ready;
* Translation ready;
* Zoom in/out on images;## Building
Install the dependencies:
```sh
npm install
```Generate the theme files bundle:
```sh
gulp zip
```
You can then upload the `dist/plum.zip` to the Ghost Admin.**Tip**: If you didn't modify the source code, you can directly zip up the directory, it is better to delete the `.git` directory, then upload the zip file to the Ghost Admin.
## Screenshot
![plum-theme-screenshot](https://user-images.githubusercontent.com/71486917/93749203-1936be00-fc2c-11ea-94af-8b77670a4bf0.jpg)
## License
[MIT license](https://github.com/22Temi/plum/blob/master/LICENSE).