This application publishes a set of templates and markdown files into a static website.
Yes it's another static site generator.
But its focused on publishing a technical documentation website. You know, like that wiki you have in your organisation where information goes to die.
CI server can be configured with systemd.
- Create a user called tekdoc that has access to your web publishing root (assuming /var/www/html as its the nginx default).
You need to install the tekdoc.service file in /usr/lib/systemd/system/tekdoc.service
sudo systemctl daemon-reload
sudo systemctl start tekdoc.service
sudo systemctl status tekdoc.service
You can follow the logs here:
journalctl -fu tekdoc.service
- Sometimes images don't seem to work: Unsure what this is but rm'ing them and then checking out again seemed to fix it. Originally I thought it was a capitalisation issue but it also happened with an all lowercase filename.