Skip to content

ascott1/Pliny

Repository files navigation

Pliny the Younger wrote what many consider the first ghost story. Similarly, Pliny aims to be the origin of many themes for the Ghost blogging platform. Using Sass and Grunt, Pliny brings modern front-end tools to an ancient story.

Pliny the Younger

Dependencies

Pliny relies on:

  • node/npm
  • Grunt: npm install -g grunt-cli
  • Sass: gem install sass

Getting Started

  1. Clone the repo into your Ghost themes directory git clone git@github.com:ascott1/Pliny.git
  2. cd into the directory and run npm install
  3. Run grunt watch to keep an eye on your Sass and JavaScript files

License

The MIT License (MIT)

Copyright (c) [2013] [Adam D. Scott]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.