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.
A Ghost CMS theme.
Ghost 5.9.0 or higher
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.
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.yamlfile.
- 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.
The development environment consists of several gulp tasks.
-
gulp cssProcess the css files from 'assets/css' folder into a single file using PostCSS that will be used by the theme. -
gulp jsCompile the js files from 'assets/js' folder into a single file that will be used by the theme. -
gulp zipThis task compresses the theme files into theme_name.zip in the 'dist' folder. -
The deafault task
gulporgulp dev. Runs a series of tasks necessary for local development/customizing.
https://rinne.bironthemes.com/