From e570d164b0fd16bf616ff877441fa0945feed3b2 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Fri, 5 Apr 2024 22:56:10 +0200 Subject: [PATCH] add makefile to use docker based zola, fix some errors --- Makefile | 5 +++++ .../blog/20231214-intercepting bluetooth keyboard events.md | 4 ++-- content/blog/dape/Emacs Debugging with Dape.md | 4 ++-- themes/blow | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..29d019b --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +build: + docker run -u "$(id -u):$(id -g)" -v ${PWD}:/app --workdir /app ghcr.io/getzola/zola:v0.17.1 build + +serve: + docker run -u "$(id -u):$(id -g)" -v ${PWD}:/app --workdir /app -p 1111:1111 ghcr.io/getzola/zola:v0.17.1 serve --interface 0.0.0.0 --port 8080 --base-url localhost diff --git a/content/blog/20231214-intercepting bluetooth keyboard events.md b/content/blog/20231214-intercepting bluetooth keyboard events.md index e3acc76..36872de 100644 --- a/content/blog/20231214-intercepting bluetooth keyboard events.md +++ b/content/blog/20231214-intercepting bluetooth keyboard events.md @@ -1,6 +1,6 @@ +++ -title: Intercepting Bluetooth Keyboard Events -date: 2023-12-14 +title = "Intercepting Bluetooth Keyboard Events" +date = 2023-12-14 [taxonomies] tags = ["linux"] categories = ["keyboard", "bluetooth"] diff --git a/content/blog/dape/Emacs Debugging with Dape.md b/content/blog/dape/Emacs Debugging with Dape.md index 45adafc..3c17af2 100755 --- a/content/blog/dape/Emacs Debugging with Dape.md +++ b/content/blog/dape/Emacs Debugging with Dape.md @@ -1,6 +1,6 @@ +++ -title: Emacs Debugging with Dape -date: 2023-10-20 +title = "Emacs Debugging with Dape" +date = 2023-10-20 [taxonomies] tags = ["emacs"] categories = ["programming"] diff --git a/themes/blow b/themes/blow index 6bc09fb..d987049 160000 --- a/themes/blow +++ b/themes/blow @@ -1 +1 @@ -Subproject commit 6bc09fb50a27111e3987c6d2b7e1817ca739c2f4 +Subproject commit d987049cd2660ab019ebaaf108aa69fff7fb847d