I wrote a note about the deployment and publishing process of a small wiki-archive we have going on. We use markdown and git to collaborate and then pandoc to render a html version of the wiki-archive. I just finished a small git hook script to automate the rendering and deployment.
I'm mostly ok with it for now. We share citations and readings in a Zotero group, which is exported as bibtex file into the repository. Pandoc enables the proper rendering of the citations. Now I need to improve the git hook with a image optimization routine.
Added a basic image resizing routine via mogrify. Feels kind of inelegant for the moment, bit will do.