Clogs is the blog system powering the MainRoute Core Blog:
https://MainRoute-Core.github.io/Clog/
The reader supports URL-based state synchronization.
?q=<search term>
Example:
?q=javascript
&tg=<tag>
Example:
&tg=tutorial
&ct=<category>
Supports multiple category selection:
&ct=technology,web-development,opensource
&log=<blog_id>
Example:
&log=post-001
&log=404
Displayed when the requested post does not exist.
https://MainRoute-Core.github.io/blog/?q=markdown&tg=tutorial&ct=web-development,opensource&log=post-001