Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
/ pankat Public archive

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

License

Notifications You must be signed in to change notification settings

nixcloud/pankat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

142 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

obsolescence notice

this go based implementation of pankat is obsoleted by the rust rewarite at https://github.com/nixcloud/pankat-rs

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 js@lastlog.de

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