A starter framework for empress-blog themes! This repository contains blueprints that are designed to be installed automatically with create-empress-blog-template. To read more you should read the **** but if you want to get started right away here is a super quick start:
npm init empress-blog-template <name>
cd empress-blog-example-template
npm start
If you then navigate to http://localhost:4200 you will see the default Starter theme that is taken from the official Ghost Starter Theme
- 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
Copyright (c) 2013-2019 Ghost Foundation - Released under the MIT license.