A custom-built Ghost theme for The Discoverer by Inboxlab.
The main files are:
default.hbs- The main template fileindex.hbs- Used for the home pagepost.hbs- Used for individual postspage.hbs- Used for individual pagestag.hbs- Used for tag archivesauthor.hbs- Used for author archives
Partials include:
banner.hbs- banner template for tag and individual post pagesfooter.hbs- footer template for tag and individual post pages
Styles are compiled using Gulp/Sass. You'll need to cd into content/themes/discoverer and run:
$ npm install
$ npm run devNow you can edit /styles/ files, which will be compiled to /assets/styles/ automatically.
The zip Gulp task packages the theme files into dist/<theme-name>.zip, which you can then upload to your site.
$ gulp zip