Whenever I delete my public folder and run the hugo command again, the public folder is recreated. However, it contains categories and tags folders, which don’t exist in my content folder. Also, my content data (such as blog posts or custom pages) is not appearing in the public folder unless I manually open the _index.md file in my content folder and press Ctrl + S to save it. Without doing this, the files do not get added to the public folder.
Why is this happening? Is this normal behavior, or is there something wrong with my setup?