Skip to content

epilocal/ghost-edition-landing-page

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published