Skip to content

anadrome/pgwiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minimalist Pandoc+Git wiki system

The general design is:

  • Wiki pages are written in Pandoc Markdown
  • All editing is done via git
  • You set up a post-commit git webhook to ping the server on edits
  • The server will then pull the repo, convert the Markdown files to static HTML, and serve up the HTML

If you use a git host that allows web-based editing of Markdown files (like GitHub), this provides pretty close to a wiki experience: users can just edit the .md files on the web, and the corresponding HTML is updated within a few seconds of saving.

Setup instructions

TODO

About

Minimalist Pandoc+Git wiki system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages