Skip to content

nixcloud/pankat

Repository files navigation

what

pankat is a static blog generator inspired by joey hess's ikiwiki.

A screenshot featuring pankat

it is used at https://lastlog.de/blog.

if you want to play with it, you can use my content in documents/blog.lastlog.de:

 git submodule update --init --recursive

pankat-static

pankat-static can be used to render the articles into static html files.

pankat-server

pankat-server is used on the client to have life-preview during writing.

it is a helpful tool to modify drafts before publishing them.

pankat-docker

Build programs:

docker build -t pankat-docker:latest .

Use program pankat-static:

docker run -it --rm -v ${PWD}/documents:/documents -v ${PWD}/output:/output pankat-docker:latest pankat-static --documents /documents/blog.lastlog.de/

Use program pankat-server:

docker run -it --rm -p 8000:8000 -v ${PWD}/documents:/documents pankat-docker:latest pankat-server --documents /documents/blog.lastlog.de/

pankat external dependencies

you need to install https://pandoc.org/installing.html

windows

license

pankat is licensed AGPL v3, see LICENSE for details.

who

pankat is written and maintained by joachim schiele [email protected]

About

A static blog/wiki pandoc based page generator written in GO featuring bootstrap, tocify.js, anchor.js and more.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published