Giter VIP home page Giter VIP logo

docpad-skeleton-casper's Introduction

Casper skeleton for DocPad

The default personal blogging theme for Ghost.

Getting Started

  1. Install DocPad

  2. Clone the project and run the server

mkdir my-website
cd my-website
docpad run --skeleton casper
  1. Open http://localhost:9778/

  2. Start hacking away by modifying the src directory

What's Different from Ghost - Casper?

  1. This skeleton operates in a more "single author" mode. Author details are used throughout the site, and can be edited in docpad.coffee. Because of this there is no "author posts" pages.

  2. Minor logic tweak to the masthead / cover images. If it's not present on a post or page, the default site "cover" will be used instead. This eliminates a display issue with the menu button (white) on a white background.

  3. Site details are all managed in docpad.coffee, at the top.

  4. Navigation links are manually managed in docpad.coffee. This was the best way to ensure flexibility and make the navigation "generatable".

  5. Paged posts are possible in this version.

  6. Marking active links uses the url of the page, or 'sections'. If a pages 'section' and a link's section match, the link will be marked active. For the nav, this means the line in the link will be solid.

License

Copyright (c) 2013-2015 Ghost Foundation

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.

docpad-skeleton-casper's People

Contributors

avacaflores avatar balupton avatar dstack avatar normful avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docpad-skeleton-casper's Issues

purpose of both isPost and active meta tags?

Hi,

I was curious what the purpose of having both active and isPost meta tags?

I presume meta is skeleton specific (and opaque to docpad)? And therefore only used here:

@getCollection("html")
    .findAllLive({active:true, isPost: true, isPagedAuto: {$ne: true}}, {postDate: -1})
    .on "add", (model) -> model.setMetaDefaults({layout:"post"})

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.