Hello,
I want to write a small static website and currently looking around for
tools do it. It has to get Markdown files as input.
There seem to be a lot of options:
https://staticsitegenerators.net/
But I prefer to use Doxygen for this purpose, because of 2 reasons:
1. I need to use doxygen anyway to generate docs from the source code,
so I prefer to learn and use only one tool.
2. The docs from the source code will have the same look and feel with
the rest of the web site.
My questions on those who know well the features provided by Doxygen:
1. What are the pros/cons of using Doxygen instead of those tools?
2. Which features does Doxygen lack compared to let's say 2 most popular
tools - [Jekyll](jekyllrb.com) and [Pelican](getpelican.com)?
3. Are there some free themes/templates for Doxygen?
Thank you in advance,
ST
ps: maybe it makes sense to add Doxygen to the above mentioned list?
|