From 87d2ddce7be4045228ff7cc167690ce773d759df Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 30 Sep 2025 16:00:50 +0200 Subject: [PATCH 1/2] Remove and git ignore .hugo_build.lock Signed-off-by: Natanael Copa --- .gitignore | 2 ++ .hugo_build.lock | 0 2 files changed, 2 insertions(+) delete mode 100644 .hugo_build.lock diff --git a/.gitignore b/.gitignore index 6ea17c6..1d87596 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ /hugo_stats.json *.local .DS_Store +.hugo_build.lock + diff --git a/.hugo_build.lock b/.hugo_build.lock deleted file mode 100644 index e69de29..0000000 From 7666914e9bcba6365349f292247b7a843ae5e187 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 30 Sep 2025 16:03:18 +0200 Subject: [PATCH 2/2] Fix typo in README.md The articles are under content/posts/ fixes commit 4357c97bc772 (Update README.md) Signed-off-by: Natanael Copa --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3220d8..fc02d92 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Additional notes: Example tree: ```text - content/blog/my-post-title/ + content/posts/my-post-title/ ├─ index.md ├─ cover.png └─ diagram.png