|
|
|
|
|
by pierreburgy
1353 days ago
|
|
Strapi is definitely a great choice: open-source, fully customizable, large community. Disclaimer: I'm one of its creators. As for the front-end, Hugo is a good choice if you want to build a simple website. However, my recommendation would be to use a front-end framework like Next.js or Nuxt.js so you can benefit from the capabilities of React or Vue.js while having the advantages of both static and dynamic (through Server-Side Rendering). You can find plenty of tutorials here: https://strapi.io/blog/categories/tutorials?type=v4 |
|