rcassani / pelican-kis

Port to Pelican of the Keep It Simple website template developed StyleShout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pelican-kis

Port to Pelican of the Keep It Simple website template developed StyleShout.

This theme is ready to support:

A live demo can be found in: www.castoriscausa.com

Screenshots: index

category

article

Some of the configurations include:

# Subtitle string
SITESUBTITLE = u'Catchy phrase'

# CC Licensing from: https://github.com/hlapp/cc-tools
CC_LICENSE = "CC-BY-NC-SA"

# Show metadata in Article and Index(es)
SHOW_ARTICLE_TAGS = True
SHOW_ARTICLE_AUTHOR = True
SHOW_ARTICLE_CATEGORY = True
SHOW_ARTICLE_DATEMODIFIED = True

# Show elements in Menu bar
MENUITEMS = [('HOME', '/')] # Menu items before Pages
SHOW_PAGES_ON_MENU = True
SHOW_CATEGORIES_ON_MENU = True

# Elements in Side bar
SIDEBAR_ELEMENTS = ['tipuesearch_input', 'categories', 'text', 'tags', 'links']
SIDEBAR_TITLE_TEXT = u'Hello'
SIDEBAR_TEXT = u'A brief text that will appear in de siderbar, this can be anything'
# Links can be (Text, URL) or (Text, ULR, Image)
LINKS = (
         ('Home', '/'),
         ('Google', 'https://www.google.com/')
        )

# Custum CSS
CUSTOM_CSS = 'custom.css'

Note: Consider a Custum CSS to fine tune the aesthetics

About

Port to Pelican of the Keep It Simple website template developed StyleShout

License:MIT License


Languages

Language:CSS 70.5%Language:JavaScript 16.8%Language:HTML 12.7%