Skip to content
/ seal Public

Some kind of experimental headless filesystem-based content management system.

Notifications You must be signed in to change notification settings

wansing/seal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seal

Some kind of experimental headless filesystem-based content management system.

  • Directory: is matched to request uri
  • File without extension: registers a handler (maximum one per directory)
    • handler is always run
    • boolean return value tells whether to continue execution
    • default handler executes template if the remaining path is empty
  • File with extension: is converted to html, then parsed as a template

About

Some kind of experimental headless filesystem-based content management system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages