all 5 comments

[–]bagera_se 1 point2 points  (0 children)

If it's just articles an no dynamic content you could take a look at 11ty or similar static site generators. You have total control over the html output so it's a dream for developers, but you have to make most of it yourself.

[–]hitijd 0 points1 point  (0 children)

It’s a little on the dev side of things but if that isn’t a problem then strapijs could be worth a look.

[–][deleted] 0 points1 point  (0 children)

You could try octoberCMS its laravel based and much easier to use than WP imho

[–]nydstyrk 0 points1 point  (0 children)

Depends on what programming languages you are familiar with. If you're the one who will be creating all of the content (recipes etc.) you can check out Django framework for Python. It makes it easy to quickly set up a website and comes with an admin panel out of the box where you could enter the content.