When comparing Fossil SCM vs Pelican, the Slant community recommends Pelican for most people. In the question“What are the best solutions for a personal blog?” Pelican is ranked 3rd while Fossil SCM is ranked 28th. The most important reason people chose Pelican is:
All code is available on GitHub.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro All in one
While most other platforms allow either online blogging, or development offline and hosting on some other platform, fossil allows you to develop locally, host it locally, view it locally, and you can substitue locally with remote if you want to.
It's just one file. Fossil.
Pro Free
It is. It is also free as in libre, as in the license is similar (or equivilant) to BSD-2
Pro Simple to use
Fossil doesn't depend on a specific language to be present on the target or development system. Just write, commit, and done.
Pro Open source
All code is available on GitHub.
Pro Active community
Pro Uses a versatile, powerful and easy to use templating engine
Uses Jinja.
Pro Code syntax highlighting
Uses Pygments for code highlighting.
Pro Support for unique templates per page
Adds flexibility to create variety of websites.
Pro Content can be written in multiple formats
Supports reStructuredText, Markdown, or AsciiDoc formats.
Pro Import your existing blog from many sources
Pro Customisable Themes and support for Plugins
Makes it flexible to cater to creation of variety of websites in addition to blogs.
Pro Multilingual
Easily handles multiple languages, like EN, FR, etc.
Pro Quite fast even for sites with thousands of posts
Can spin up an build sites with thousands of articles in a matter of seconds even on very old computers.
Cons
Con You have to do everything manually and know what you're doing
It is similar to the "Writing your own solution" option
Con Theme inheritance doesn't seem to be a priority
There have been endless discussions for years but theme inheritance still doesn't seem to be a thing. You can "inherit" from the simple theme so you don't have to have all the required files in your theme, but that's as far as it goes.