Disabling content

Please I need help. I am new to Hugo. I downloaded a theme i like and I want to quickly make a portfolio but there’s a section on content i don’t want to be displayed (Specifically the blog content). Please how do i not render this content??
Thanks guys

Depending on which theme you use there could be different solutions to achieve this.

Generally speaking:

  • Remove the menu-entry with “name: Blog” and "url: “/posts” in your config.
  • Go to your content-dir and remove the posts-subdir.

Thank you very much