|
|
|
|
|
by fastball
2822 days ago
|
|
I don't know about Vapid, but with perch it automatically does some categorization for you. Obviously each page on your site has it's own page in the CMS for setting variables. You can also subgroup pages into sections, still just using simple templating functions. And then there is also a dedicated page for managing your various images/resources. The main use case I think is for people who build landing pages for other people. A static site generator is good if you're building a landing page for yourself, but if you're building a website for the butcher shop down the road, they're not gonna want to edit individual markdown files. So you throw in some Perch (or Vapid) variables and it does the rest for you. Then you can just give the shop owner a login and they can edit the site as they see fit. The appeal is to have the ease of a static site generator (you don't have to develop your HTML with any sort of "CMS" in mind) while actually having that CMS functionality. I'm excited about multiple products in this space, because it means I can probably switch between them in a matter of minutes/hours, realistically. |
|