Skip to content

ProgressiveCoders/Edition

This branch is 505 commits ahead of, 700 commits behind TryGhost/Edition:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

be8cdb3 · Nov 16, 2022
Jan 26, 2022
Sep 26, 2022
Nov 16, 2022
Sep 28, 2020
Apr 21, 2021
Jan 25, 2021
May 31, 2021
Jan 4, 2022
Dec 4, 2020
Dec 4, 2020
Dec 4, 2020
Oct 28, 2022
Dec 10, 2020
Mar 15, 2021
Jun 17, 2021
Dec 4, 2020
Jan 5, 2021
Apr 2, 2021
Jun 17, 2021

Repository files navigation

Edition

The newsletter theme for Ghost. This is the latest development version of Edition! If you're just looking to download the latest release, download the theme here.

 

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/<theme-name>.zip, which you can then upload to your site.

# create .zip file
yarn zip

PostCSS Features Used

  • Autoprefixer - Don't worry about writing browser prefixes of any kind, it's all done automatically with support for the latest 2 major versions of every browser.

Copyright & License

Copyright (c) 2013-2021 Ghost Foundation - Released under the MIT license.

About

The newsletter theme for Ghost, adapted for OptOut

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.0%
  • Handlebars 33.4%
  • JavaScript 15.6%