Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
/ Nicholas Public archive
forked from abr4xas/Casper2Pelican

Clean Pelican theme based on Ghost's default theme Casper

License

Notifications You must be signed in to change notification settings

Kdecherf/Nicholas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nicholas

This Pelican theme is based on Casper, the default theme of blogging platform Ghost. The work is based on the port Casper2Pelican.

The name of the theme comes from Nicholas de Mimsy-Porpington, also known as Nerly Headless Nick, the resident ghost of Gryffindor Tower.

Screenshots

Desktop view Android view

Supported Settings

Google Analytics

Google Analytics is added to every page if GOOGLE_ANALYTICS is set.

Flattr

A flattr:id meta is added if FLATTR_ID is set.

Menu customization

The navigation bar honors the following settings:

  • DISPLAY_CATEGORIES_ON_MENU=True will show all categories in the navigation bar
  • DISPLAY_PAGES_ON_MENU=True will show all pages in navigation bar
  • The link Archives is added if ARCHIVES_SAVE_AS is not empty
  • The link Tags is added if TAGS_SAVE_AS is not empty

Archives and indexes

If ARCHIVES_SAVE_AS is not empty (default: archives.html), general, category and tag indexes will show a paginated (following the setting DEFAULT_PAGINATION) list of article excerpts.

Otherwise, they show an archive-style list of articles without pagination. In this case it is recommended to set DEFAULT_PAGINATION to 0 to prevent the generation of redondant files.

Tag cloud

You can enable a tag cloud by setting variables TAGS_SAVE_AS and TAGS_URL in your configuration. You must enable the plugin tag_cloud by adding it to PLUGINS.

Missing or untested features

  • Author page
  • Authors page (list of authors)
  • Tags page (list of tags)
  • Categories page (list of categories)

Copyright & License

Copyright (c) 2013-2015 Ghost Foundation - Released under the MIT License.

About

Clean Pelican theme based on Ghost's default theme Casper

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 79.8%
  • HTML 20.2%