- open source
- configuration files for the cms data model
- github based (no database)
- yml, markdown, json output
- simple and aesthetic
41–44 of 44 posts
- open source
- configuration files for the cms data model
- github based (no database)
- yml, markdown, json output
- simple and aesthetic
There's been a huge push in the past few years for "headless CMS": content is managed entirely separately from the actual website or app where it's leveraged.
In this specific case, YAML frontmatter MDX along with Next.js, Gatsby or similar would have done the trick.
Shameless plug: if you want to focus on managing content rather than juggling YAML and git, I'm building Pages CMS [1]. It adds a user friendly interface on top of GitHub when dealing with flat files.
> We recognized that a full-on SSG wasn't going to do the job. Why? The article doesn't explain. > it turns out that it's not so easy to "just use a CMS." Like many others, we initially looked into popular ones like Ghost, Hugo, Jekyll, and Publii I don't know what Publii is; but Hugo and Jekyll aren't CMS's. > all I really wanted was to be able to write Markdown, and then get some React Components that were styled w…
They do a lot of things right.