Pankyll Theme Simplicissimus Example

A simple theme example
  • Christian Külker
  • 2020-04-21

This Pankyll theme example is a template that shows how to configure a website with the theme Simplicissimus and can be used to kick start once own website.

Test The Example

Get the example:

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

Run pankyll manually to populate the public directory or use the Makefile:

make realclean
make submodule-update
make submoduleclean
make submodule-pull
make build
make server

Point your browser to the URL given

Resources