Description
This website uses rinne theme. This example repo can be used for third party platform service. You can check the example site I've designed and built in Ghost with this link. https://centrai.io It is very easy to use from beginner to expert. Thanks.
rinne
A Ghost CMS theme.
Requirements
Ghost 5.9.0
or higher
Config
The package.json file contains the basic configuration like posts_per_page
and responsive image sizes and a list of custom settings you can change from the Ghost Admin.
Install
To install the theme do the following:
- Upload the theme zip file in your Ghost Admin.
- check out the official guide for more details.
- Upload the
routes.yaml
file.
- Go to
Settings > Labs > Routes
- Adjust the Custom Settings
- Custom settings are split into 3 categories: Site-wide, Homepage and Post
- Go to
Design > Site-wide
/Design > Homepage
/Design > Post
Additionally, you can change some global CSS settings in the theme-settings.hbs
file in the partials directory.
Check out the official theme documentation for more information and details.
Development
The development environment consists of several gulp tasks.
-
gulp css
Process the css files from 'assets/css' folder into a single file using PostCSS that will be used by the theme. -
gulp js
Compile the js files from 'assets/js' folder into a single file that will be used by the theme. -
gulp zip
This task compresses the theme files into theme_name.zip in the 'dist' folder. -
The deafault task
gulp
orgulp dev
. Runs a series of tasks necessary for local development/customizing.
Demo
https://rinne.bironthemes.com/
Documentation
https://bironthemes.com/docs/rinne-ghost/