Description
I'm searching for SSG for documentation of my project...
And, this project's "welcome" page doesn't impress me at all. Normally, I skip such projects immediately, but I see you've gone through effort to write lots of docs,... So, at least I'll give you hint, how to make it more "welcoming",... Both github project's README.md
and http://cobalt-org.github.io/ are missing overview of the most important usage characteristics.
Adding a simple list of characteristic features, like:
- written in Rust for speed and safety,
- install via
cargo
and packaged in various distributions,- markup language: Markdown (can be combined with custom HTML),
- uses Liquid template engine,
- ... N/A ...
Also, stick to simple list, with simple short text pointing to docs with more information. Also, you might add opinion to facts, ie. "written in Rust" is fact, and for safety and speed is (potentially true) opinion. But, facts are important.
Knowing capabilities and features of project is crucial in making decision, whether to pick some software or not. Make potential users know, what the project offers :-)