Skip to content

yairvogel/tiny-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny-CMS

The tiniest CMS you can think of!

  • Flat-file
  • Markdown based (CommonMark compliant)
  • Developer-first experience
  • Cross-stack, cross programming language, cross everything!

How does this work?

Tiny CMS is a developer-first cms, based on simple markdown files and CLI control. Tiny CMS lets you create posts, edit them in markdown and have them fully available in html.

The CMS tool is not only a CLI tool for development, but can rather be an ultra tiny content delivery server, that can easily run besides any server, on any stack.

Tiny CMS is fully compatible with CommonMark as it uses markdown-rs

Usage

cms init
cms new -n "My first post"
# edit your new post on "Content/src/My first post.md"
cms publish
# now content/publish has "My first post.html" 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages