|
|
|
|
|
by domtron_vox
3129 days ago
|
|
Just adding my 2 cents. I'm creating a website for my parent's farm. Right now I'm using netlify for hosting(free), metal
smith as generation, and netlifycms so my parents can edit the content. For example we raise registered goats so we need to add info for each goat to the web site. I added a new collection for goats, configured it to have the right fields, and added the needed layouts to metalsmith. The information is then used in creating both a summary page that lists all the goats and individual pages for each goat. Only thing I have to pay for is the domain. I'm really liking it so far. It seems to be very flexible with the ability to extend the code and write your own widgets. My only complaint about the CMS is the documentation is lacking so you have to dig through code to fix some issues. Thanks for making this netlifycms devs. :) |
|