https://github.com/nickabs/transmission
transmission Ghost theme
https://github.com/nickabs/transmission
ghost ghost-theme
Last synced: 4 months ago
JSON representation
transmission Ghost theme
- Host: GitHub
- URL: https://github.com/nickabs/transmission
- Owner: nickabs
- License: mit
- Created: 2024-01-20T20:50:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-22T22:44:31.000Z (5 months ago)
- Last Synced: 2026-01-26T10:25:15.429Z (5 months ago)
- Topics: ghost, ghost-theme
- Language: CSS
- Homepage: https://demo.transmissionthemes.com
- Size: 5.74 MB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Transmission
[demo site](#demo) |
[features](#features) |
[download](#download-and-install) |
[developer information](#for-developers) |
Transmission is a modern [Ghost](https://ghost.org/) theme.

# Demo
See the theme in action on the [demo site](https://demo.transmissionthemes.com).
# Download and Install
If you want to try out the theme:
- Download the latest version of the theme from the [demo site](https://demo.transmissionthemes.com).
- Use the Ghost admin interface on your site to upload the transmission.zip file.
Previous versions can be downloaded from the [Releases](https://github.com/nickabs/transmission/releases) page.
# Features
This theme is optimised for traditional blog sites, particularly sites with lots of content and long articles. Features include:
- dark mode toggle (dark mode will default to the operating system setting, but can be overridden by the user)
- dropdown navigation menu: expanded or minimised (hamburger) options
- table of contents for long articles, including a reading progress indicator - works in both mobile and laptop views)
- sharing icons (facebook, twitter, whatsapp, copy link)
- Search
- Tags and authors page
- modern Inter, Roboto and Menelo font families are installed with the theme
- infinite pagination (will display a button to Load More posts)
- configurable layouts: home page, post layout, headers and footers are all configurable
- custom fonts
- multiple languages supported
# For developers
- straightforward package and build management controlled by npm and esbuild
- minimal dependencies
- image gallery (photowsipe)
- code syntax highlighting (prism)
- table of content (tocbot)
- ESM module support
- automated release and deployment workflows
- easy to maintain with a simple semantic html structure, sensibly organised css and intuitive grid layouts.
For details of how to make changes of the theme see [here](https://demo.transmissionthemes.com/for-developers/)
