diff options
| 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) | |
| tree | bce3f50a0d866ec607d22749d970a74bba4594a6 /README.md | |
| parent | cd3d65a24cf06633c05e5120ddd8746a83b55129 (diff) | |
| download | jbmafp-6985a2075010bfe359e2ba42a1da180b7fbfe5ce.tar.gz | |
Fixed type
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -48,9 +48,9 @@ jbmafp --build ## Understanding all this bullshit - Posts go into `content` folder. -- You can change them in `templates` folder. -- Each post must have. All of the fields are required. If you have ever used - Hugo, this is the same thing. Below is example `content/first.md`. +- Each post must have fields defined between `---` block. All of the fields are + required. If you have ever used Hugo, this is the same thing. Below is example + `content/first.md`. ```md --- |
