Pankyll Theme Simplicissimus

A Simple Theme
  • Christian Külker
  • 2022-05-20

The Simplicissimus theme is just HTML. Nothing else. No CSS. No fonts. Just plain HTML. Nothing more, noting less.

Installation

Enter your project (assuming your project is called project):

cd project
mkdir themes
export URL=https://github.com/ckuelker/pankyll-theme-simplicissimus.git
git clone --recursive $URL

If your project is already a git repository:

cd project
mkdir themes
export URL=https://github.com/ckuelker/pankyll-theme-simplicissimus.git
git submodule add -b master $URL themes//pankyll-theme-simplicissimus
git submodule init

Features

  • Default values
  • Website values
  • Internationalization
  • Navigation
  • Keywords

Simplification

Some features of other themes are as of now deliberately not supported:

  • Javascipt (JS)
  • Table of contents (TOC)
  • Word count
  • Imprint (might be added later)
  • CSS
  • PDF
  • Latest (top10)

Some of the features are defined in the configuration feature section. The presence of this feature in the configuration is just to speed up Pankyll and setting them to True will make Pankyll run longer, but not create the links or other snippets to include this features.


  • Pankyll Theme Simplicissimus