aboutsummaryrefslogtreecommitdiff
path: root/content/default/messages/create.md
blob: 75654fed09848cd5bb76cd282c2b0504c002c847 (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
28
29
30
31
32
+++
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
    |__ media
    |   |__ profile
    |       |__ header.jpg
    |       |__ picture.png
    |
    |__ messages
        |__ new.md
```