Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belen-albeza/komik-theme
Webcomic theme for Ghost
https://github.com/belen-albeza/komik-theme
Last synced: 5 days ago
JSON representation
Webcomic theme for Ghost
- Host: GitHub
- URL: https://github.com/belen-albeza/komik-theme
- Owner: belen-albeza
- License: mit
- Archived: true
- Created: 2016-01-10T19:37:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T22:01:00.000Z (almost 7 years ago)
- Last Synced: 2024-07-14T17:45:52.205Z (4 months ago)
- Language: HTML
- Size: 328 KB
- Stars: 61
- Watchers: 5
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - belen-albeza/komik-theme - Webcomic theme for Ghost (others)
README
# Komik
**Komik** is a webcomic theme for the Ghost blogging platform.
[](/screenshot.png?raw=true)
## Installation
This theme works with **Ghost 0.7.4** or newer. You also need to **enable the [Public Beta API](http://support.ghost.org/public-api-beta/)**. This is a checkbox at the bottom of your blog's `Settings` page.
If you are using [Ghost.org](http://ghost.org)'s Pro platform, follow the instructions at [the Ghost support page](http://support.ghost.org/upload-theme-ghostpro/).
If you are using a Ghost installation in your own server, follow these steps.
1. Go to the [releases page](https://github.com/belen-albeza/komik-theme/releases) and download the latest release.
2. If you are hosting your own Ghost installation, unzip the tarball file into `content/themes/`.
3. Restart Node. How you do this will depend on your actual server setup.
4. Login into your blog, go to `Settings` and pick up `komik-theme` from the `Theme` dropdown.## How to use
### Publish comics
This theme assumes that you create a new post per comic strip / page. You also **must use the `featured image`** setting in your post to upload your picture. You get to this setting by clicking the "gear" icon while editing a post. See this picture:
![Featured image setting](/howto.png?raw=true)
### Create an archive
This themes can show an **archive** with a list of all the comics that have been published.
To do that, you just need to [create a static page](http://support.ghost.org/publish-a-static-page/) and **set `comic-archive` as its slug** (the `Post URL` field).
![Archive settings](/howto_archive.png?raw=true)
In order for this archive page to show up in the menu, you need to [add it to the navigation menu](http://support.ghost.org/add-navigation-menu-ghost-blog/). The URL will be `http://yourdomain.com/comic-archive`. As the title for that menu item you can put whatever you like! Here `Archive` has been used.
![Navigation settings](/howto_navigation.png?raw=true)
## Configuration
This theme ignores the following:
- The "post per page" setting. It will only display one strip at a time in the main page.
- Tags will not be displayed.
- Featured post will not have a special treatment.
- Blog cover and blog logo (_might_ be taken into account in future releases)Right not there is nothing to configure, besides what you can normally do.
## Changelog
- **1.1.1**
- Fixed wrong order in the archive list.
- **1.1**
- Added a page template that outputs the archive of comics
- **1.0.1**
- Fixed broken layout on mobile devices
- **1.0.0**
- First version