Fixed type

Author Mitja Felicijan <m@mitjafelicijan.com> 2023-07-08 21:35:32 +0200
Committer Mitja Felicijan <m@mitjafelicijan.com> 2023-07-08 21:35:32 +0200
Commit 6985a2075010bfe359e2ba42a1da180b7fbfe5ce (patch)
-rw-r--r-- README.md 6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
...
48
## Understanding all this bullshit
48
## Understanding all this bullshit
49
  
49
  
50
- Posts go into `content` folder.
50
- Posts go into `content` folder.
51
- You can change them in `templates` folder.
51
- Each post must have fields defined between `---` block. All of the fields are
52
- Each post must have. All of the fields are required. If you have ever used
52
  required. If you have ever used Hugo, this is the same thing. Below is example
53
  Hugo, this is the same thing. Below is example `content/first.md`.
53
  `content/first.md`.
54
  
54
  
55
```md
55
```md
56
---
56
---
...