nathangathright / londonfog

A free, open source theme for Ghost based on London

Home Page:https://nathangathright.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

London Fog

A customized, image-centric theme based on London for Ghost. Made for publishers and portfolios with plenty of graphics to show off to the world.

Development

London 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:

$ yarn install
$ 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.

$ yarn zip

To pull in updates from the base London theme, open a pull request.

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.
  • Variables - Simple pure CSS variables
  • Color Function

License

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

About

A free, open source theme for Ghost based on London

https://nathangathright.com

License:MIT License


Languages

Language:JavaScript 48.0%Language:CSS 33.1%Language:Handlebars 18.9%