Skip to content
Snippets Groups Projects
Verified Commit d189ffc3 authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Fixed instructions for creating new pages with `hugo new`.

parent 7f9f4ee3
No related branches found
No related tags found
No related merge requests found
+++
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
title = "{{ replace .Name "-" " " | title }}"
date = {{ .Date }}
+++
......@@ -39,7 +39,7 @@ As you make modifications to the site it will be rebuild and the page in the bro
By using `hugo new` you can create a new page with the correct frontmatter for that kind of page:
```bash
hugo new docs/benchmarks/elliptic/groundwater-flow-dirichlet/index.md
hugo new --kind benchmark docs/benchmarks/elliptic/groundwater-flow-dirichlet/index.md
```
- path is relative to `content/` and determines the URL of the page
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment