This Pankyll theme example is a template that shows how to configure a website with the theme Newspaper and can be used to kick start once own website.
Get the example:
export URL=https://github.com/ckuelker/pankyll-theme-newspaper-example.git
git clone --recursive $URL
cd pankyll-theme-newspaper-example
Run
pankyll
manually to populate the public directory or use theMakefile
:
make realclean
make submodule-update
make submoduleclean
make submodule-pull
make build
make server
Point your browser to the URL given