File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,20 +21,20 @@ The github workflows will automatically deploy the new version of the website.
21
21
22
22
To add a new person, starting from the root directory, run
23
23
```
24
- hugo new content person/$ id.md
24
+ hugo new content people/ id.md
25
25
```
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.
27
27
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.
30
30
31
31
### Adding a paper
32
32
33
33
Similarly, to add a paper, run
34
34
```
35
- hugo new content papers/$ id.md
35
+ hugo new content papers/id.md
36
36
```
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.
38
38
39
39
If you link the author id correctly, each author's page will be automatically updated to include all the papers too.
40
40
You can’t perform that action at this time.
0 commit comments