Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.26 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.26 KB

Landing Page Based on Edition Theme

Landing page theme for Ghost based on Ghost Edition Theme by Epilocal.

Accompanying guide: How to Use Ghost as a Landing Page

Ghost Edition Landing Page

Instructions

  1. Download this theme
  2. Log into Ghost, and go to the Design settings area to upload the zip file
  3. In the Settings > Lab > Routes area, upload the routes.yaml file

Development

Edition styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need Node, Yarn and Gulp installed globally. After that, from the theme's root directory:

# Install
yarn

# Run build & watch for changes
yarn dev

Now you can edit /assets/css/ files, which will be compiled to /assets/built/ automatically.

The zip Gulp task packages the theme files into dist/edition.zip, which you can then upload to your site.

yarn zip