/ghost-0.3.3

My blog system based on ghost

Primary LanguageJavaScriptMIT LicenseMIT

Rabo's Blog based on Ghost platform.Thanks the community develped this awesome blog system.

Ghost is a free, open, simple blogging platform that's available to anyone who wants to use it. Lovingly created and maintained by John O'Nolan + Hannah Wolfe + an amazing group of contributors.

Visit the project's website at http://ghost.org

Demo

Rabo

Prerequisites

Node.js & NPM

Installing

  1. git clone https://github.com/yokosogithub/ghost-0.3.3.git
  2. Run npm install
  3. npm start
  4. Open the page http://127.0.0.1:2368
  5. Enjoy it!!

Contribute

HBS:

  1. Solid header(/partials/header.hbs) and footer(/partials/footer.hbs)
  2. Infrastructure:default.hbs

CSS:

  1. You can find the ./content/themes/magnum/asset-compiler in your download directory.And use Grunt to manage front-end workflow. How to USE asset-compiler

  2. LESS is default css pre-processor.

Copyright & License

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.