I have a hugo theme website and i want to make an admin portal to edit the contents of the website which are all located in the data/homepage.yml file.
Is there a way to keep my website a static website and still have an admin portal to update the contents like the phrases and stuff?
It is possible to do that, but your question is very generic, so I can only give you some broad guidelines.
git
, and hosting the code on something like GitHub, you could look into the in-browser editors they provide. Making the repository private, and restricted to only the admins means that you've got editor authentication covered.Some other constraints for you to consider in your search: