aboutsummaryrefslogtreecommitdiff
path: root/content/default/messages/create.md
blob: 853b5e71c7ae5fc5c51c8f9d23cd3b133716ebad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
+++
date    = "2022-03-13T04:24:37+00:00"
lastmod = "2022-03-13T04:24:37+00:00"
tags    = [ "docs", "hugo", "authors"  ]
+++

"Bootstrap" authors by adding a name to the author list in the `toml/json/yaml`
configuration file. We tried to create a somebody but all we could muster was a
[nobody](/nobody).

```yaml
author:
  list:
  - canory
  - default
  - nobody
```

To complete the process, read and follow [nobody's profile](/nobody), then
create nobody's home in the content directory.

```
content
|__ nobody
    |__ messages
        |__ new.md
```