Creating content
All content in Hugo is created using markdown files.
These files are stored in the content directory of your Hugo site.
- Navigate to the
contentdirectory of your Hugo ªsite. - Create a new markdown file for each project or section you want to include in your portfolio
- For example, to create a project page, create a file named
project.md.
- For example, to create a project page, create a file named
Read more about creating content in the Blowfish Documentation.