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

[web] List Pandoc as a requirement.

parent 0ad2ddca
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
## Requirements ## Requirements
- Download [Hugo](https://gohugo.io/#action) and put it in your `PATH` - Download [Hugo](https://gohugo.io/#action) and put it in your `PATH`
- [Install Pandoc](https://pandoc.org/installing.html)
## Getting started ## Getting started
...@@ -24,7 +25,7 @@ As you make modifications to the site it will be rebuild and the page in the bro ...@@ -24,7 +25,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: By using `hugo new` you can create a new page with the correct frontmatter for that kind of page:
```bash ```bash
hugo new --kind benchmark docs/benchmarks/elliptic/groundwater-flow-dirichlet.pandoc hugo new docs/benchmarks/elliptic/groundwater-flow-dirichlet.pandoc
``` ```
- `--kind` is one the `archetypes/*` - `--kind` is one the `archetypes/*`
......
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