Skip to content

Latest commit

 

History

History
88 lines (54 loc) · 1 KB

File metadata and controls

88 lines (54 loc) · 1 KB

Clogs

Clogs is the blog system powering the MainRoute Core Blog:

https://MainRoute-Core.github.io/Clog/


Components

Clog Builder

Build

Clog Reader

Reader


URL Parameters

The reader supports URL-based state synchronization.

Search Query

?q=<search term>

Example:

?q=javascript

Tag Filter

&tg=<tag>

Example:

&tg=tutorial

Category Filter

&ct=<category>

Supports multiple category selection:

&ct=technology,web-development,opensource

Open Blog Post

&log=<blog_id>

Example:

&log=post-001

Post Not Found

&log=404

Displayed when the requested post does not exist.


Example URL

https://MainRoute-Core.github.io/blog/?q=markdown&tg=tutorial&ct=web-development,opensource&log=post-001