Flat file websites make sense when you have a blog and such. I don't even know why you'd use a CMS when Next.js or SvelteKit can just generate all the pages from a folder with markdown files. Just write your content in Markdown or pull your content in at the static build stage and your content is ready to go. Can anyone explain how sites like Flatboard handle user input into a flat file system? How do they handle con…
One thing CMSes have that SSGs don’t is: the ability to create posts without editing the source. Simply login to your admin panel and start writing. No Git repository or build scripts required.
Smaller is better – The rise, fall, and rise of flat file software
11–20 of 152 posts
Re: Smaller is better – The rise, fall, and rise of flat file software
#12Re: Smaller is better – The rise, fall, and rise of flat file software
#13As someone not overly backend proficient, I love the concept of flat-file. I just rebuilt my blog with another flat file CMS, literally finished it last night, and today I am reading this article and think, whether WonderCMS may have been a better choice.. but, no I won't start over. The CMS I picked is PicoCMS - what flat file stuff have you used and can recommend? And probably important, how well does it scale? I c…
Re: Smaller is better – The rise, fall, and rise of flat file software
#14Currently I'm looking at GravCMS [1] as an alternative. It's free initially, but it can become somewhat expensive with many official plugins. But it's file format is Markdown, and one can combine multiple files into a so-called modular page. It has a backend for editing, forms and e-mailing of form submissions. Seems perfect for small and mid-sized company web site.
Another option I considered was Kirby [2]. Its backend UI is configurable. That's nice in theory but the documentation is somewhat lacking, in my opinion. I've used the starterpack and it took me hours to find the one command to be able to add new pages. Its content format is also custom, not Markdown. Finally, it's €100 per site.
Also, a few days ago, I stumbled upon Typemill [3] which I will check next week.
Re: Smaller is better – The rise, fall, and rise of flat file software
#15As someone not overly backend proficient, I love the concept of flat-file. I just rebuilt my blog with another flat file CMS, literally finished it last night, and today I am reading this article and think, whether WonderCMS may have been a better choice.. but, no I won't start over. The CMS I picked is PicoCMS - what flat file stuff have you used and can recommend? And probably important, how well does it scale? I c…
Before you worry about 1 million daily visitors. Worry about 50 daily visitors.
Re: Smaller is better – The rise, fall, and rise of flat file software
#16Flat file websites make sense when you have a blog and such. I don't even know why you'd use a CMS when Next.js or SvelteKit can just generate all the pages from a folder with markdown files. Just write your content in Markdown or pull your content in at the static build stage and your content is ready to go. Can anyone explain how sites like Flatboard handle user input into a flat file system? How do they handle con…
One thing CMSes have that SSGs don’t is: the ability to create posts without editing the source. Simply login to your admin panel and start writing. No Git repository or build scripts required.
Re: Smaller is better – The rise, fall, and rise of flat file software
#17As someone not overly backend proficient, I love the concept of flat-file. I just rebuilt my blog with another flat file CMS, literally finished it last night, and today I am reading this article and think, whether WonderCMS may have been a better choice.. but, no I won't start over. The CMS I picked is PicoCMS - what flat file stuff have you used and can recommend? And probably important, how well does it scale? I c…
Just checked your blog. The text size seems to big on mobile https://imgur.com/a/rwHI5WU
But I'll look into the issue, thanks for the feedback!
Re: Smaller is better – The rise, fall, and rise of flat file software
#18Re: Smaller is better – The rise, fall, and rise of flat file software
#19Re: Smaller is better – The rise, fall, and rise of flat file software
#20As someone not overly backend proficient, I love the concept of flat-file. I just rebuilt my blog with another flat file CMS, literally finished it last night, and today I am reading this article and think, whether WonderCMS may have been a better choice.. but, no I won't start over. The CMS I picked is PicoCMS - what flat file stuff have you used and can recommend? And probably important, how well does it scale? I c…
The result looks very good so don't think it's worth. By the way since you copied your posts to your new blog but still retain them to the old one, you may want to add the canonical meta tag to the old ones.