Hugo provides a new
command to create a page, As an example for creating a new post is Hugo new work/project-name.md
, it will create a new project.
Configure Project
You can configure project from the front-matter. Front-matter starts with ---
and end with also ---
. In this front matter, you can give description = meta description
, image = images/blog/post-thumb.jpg
etc.