nickabs / transmission

transmission Ghost theme
https://smallworkshop.co.uk
MIT License
9 stars 1 forks source link
ghost ghost-theme

Transmission

features | drop down navigation | demo | download | developer information | making changes

Transmission is a modern Ghost theme.

widescreen, tablet and mobile layouts: v1 11 home

v1 11 page

Features

This theme is optimised for traditional blog sites, particularly sites with lots of content and long articles. Features include:

Pagespeed scores

drop down navigation drop down navigation demo

Drop down navigation configuration

A two level drop down nav can be created using the standard Ghost naviagion feature (settings > navigation). When the navigation item name is preceeded by a single dash it will show as a parent item and any item with two dashes immediately following it will show as a child item. For instance:

drop down navigation drop down navigation demo

Demo

See the theme in action.

Download and Install

Download the latest zip file from the Releases page and install it to your site via the Ghost admin tools.

For developers

v1 11 dev tools

Make changes to the theme

For instructions on how to install Ghost, see the official documentation.

You will need Node and Gulp installed globally before making changes to the theme.

to start, unzip the zip file into the theme directory of your local installation.

After that, you then need to install the packages used by the theme. From the theme's root directory:

# Install
npm install

# Run build & watch for changes
npm run dev

the first command downloads the node packages into transmission/node_modules and the second commands starts up a file watcher that will rebuild the theme assets whenever you change theme source code (see gulpfile.mjs for details)

You can use the npm zip task to package the theme files into a single zip file named using the theme version number specified in package.json (for instance dist/transmission_v1.6.3.zip):

npm run zip

This zip file can then be used to install the modified theme on your site.