In this article I show you a project on how to develop a static blog in jekyll. https://chat-to.dev/post?id=296
Though the idea of using a database to store the content could make things even better. Maybe sprinkle some redundant postgres?
11–20 of 70 posts
In this article I show you a project on how to develop a static blog in jekyll. https://chat-to.dev/post?id=296
Though the idea of using a database to store the content could make things even better. Maybe sprinkle some redundant postgres?
I wonder if DuckDB would make it easier to do this same thing and use the existing Jekyll data files?
I found that separating data from content on a Jekyll site is a really powerful way to have anything from photo galleries, blog entries, book lists, easily changeable menus etc...
In wake of all the WP craziness a few weeks back, I wonder how long before someone builds a "best of both worlds" CMS to rival WordPress. "You get the nice admin UI, but it generates a static site" type of thing.
In wake of all the WP craziness a few weeks back, I wonder how long before someone builds a "best of both worlds" CMS to rival WordPress. "You get the nice admin UI, but it generates a static site" type of thing.
In this article I show you a project on how to develop a static blog in jekyll. https://chat-to.dev/post?id=296
In this one I show how to host it in various stupid ways https://fev.al/posts/blog-infra/ Though the idea of using a database to store the content could make things even better. Maybe sprinkle some redundant postgres?
Enjoyed the read.
Looking forward to when you chuck the whole thing into the bin and run Wordpress on your linux home server, fronted by a free Cloudflare zero trust tunnel.
Not complaining, mind you. My kid is trying to learn HTML/CSS/JS and wants to put together a read-only website with a database backend. I'll be pointing him this way as an ootion once he's far enough.
But it's still puzzling to link it to baked-data. Maybe I'm missing something.