Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

105 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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