Skip to content

ghoststead/ghost-theme-barebones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

barebones Ghost theme

The most basic Ghost theme possible. This Ghost theme contains the least amount of code necessary to satisfy the following goals.

Goals:

  • Pass gscan
  • Show posts and post content
  • Generate a zip file for installation

There is essentially no CSS - the only CSS rules definted are those necessary to pass gscan - and those rules don't do anything.

Prerequisites

  • NodeJS (v10.17.x)
  • git (optional)

Setup

Either clone this repo or download the tarball/zip file, then install the package dependencies.

npm install

Build

After setup is completed (once), the build commands are essentially the same as the default Casper theme.

npm run zip

There is also a development mode that supports livereload.

npm run dev

Installation

After zip completes successfully, install the resulting bundle from the dist directory using the Ghost admin interface.


This repository is maintained by Ghoststead.

About

The most basic Ghost theme possible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published