Albatros


Blogging site generation

Class that actually implements Albatros

albatros is a static Blogging site generator intended to be similar to pelican static site generator.

I wrote it to migrate my private home site to NacoWiki static site generation. I had been using NacoWiki as a front-end to edit my pelican content. However, eventhough they are both using Markdown as its format, there is always implementation differences. By doing this I could use the same renderer for my wiki and my Blog.

albatros is able to use pelican v3.x themes after some tweaking. Also, content follows a simmilar structure as pelican, so migration from pelican to albatros should not be too complicated.

Configuration

albatros settings are stored in the wiki under an opts.yaml file at the root of the wiki data store. There must be a albatros key if opts.yaml storing all the relevant albatros settings.