diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-27 16:12:03 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-27 16:12:03 +0100 |
commit | 1e312214aede19029f38b888eaaa8ebd1d61a69f (patch) | |
tree | f3c666a4581470a82a0a43d081e4535b320ff72d /content/stream/2022_07_27.md | |
parent | 99f2243a3ada631db5a2d934de9ab46a662f017a (diff) |
fixed tag
Diffstat (limited to 'content/stream/2022_07_27.md')
-rw-r--r-- | content/stream/2022_07_27.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/content/stream/2022_07_27.md b/content/stream/2022_07_27.md index 7a0a59f..188babe 100644 --- a/content/stream/2022_07_27.md +++ b/content/stream/2022_07_27.md @@ -2,7 +2,11 @@ title: "2022_07_27" date: 2022-07-27T16:00:22+01:00 draft: false -tags: ['code'] +tags: ['code', 'hugo'] +--- + +I got to grips with the problems I was having with Hugo last night. I now understand that most of my problems are solved by including an `_index.md` file in the foot of any section you want to branch deeper from, and including content in that file. + --- Added a [Programming](../about/programming) page - a high level summary of the languages I've dabbled with over the years. This might get fleshed out over time as I recall more of what I've done. |