Skip to content

Commit 1e7c1a9

Browse files
committed
fixed readme.md
1 parent fdb67db commit 1e7c1a9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ The github workflows will automatically deploy the new version of the website.
2121

2222
To add a new person, starting from the root directory, run
2323
```
24-
hugo new content person/$id.md
24+
hugo new content people/id.md
2525
```
26-
where `$id` must be replaced by the id you want to create.
26+
where `id` must be replaced by the id you want to create.
2727

28-
Navigate to `/content/people/$id.md` and edit the front matter.
29-
After the front matter, you can add more details. These will be rendered on `dasc-lab.github.io/people/$id` page.
28+
Navigate to `/content/people/id.md` and edit the front matter.
29+
After the front matter, you can add more details. These will be rendered on `dasc-lab.github.io/people/id` page.
3030

3131
### Adding a paper
3232

3333
Similarly, to add a paper, run
3434
```
35-
hugo new content papers/$id.md
35+
hugo new content papers/id.md
3636
```
37-
and then edit `/contents/papers/$id/md`. Again, you can add more info after the front matter, to have it render on the individual page.
37+
and then edit `/contents/papers/id.md`. Again, you can add more info after the front matter, to have it render on the individual page.
3838

3939
If you link the author id correctly, each author's page will be automatically updated to include all the papers too.
4040

0 commit comments

Comments
 (0)