From b3ea240ede14c72d755f16bbeb5d886c70fa50d1 Mon Sep 17 00:00:00 2001 From: Raphael Bitton Date: Thu, 9 Oct 2025 23:04:41 -0500 Subject: [PATCH] fixed a typo and added a script --- build.sh | 3 +++ src/content/meditations/_index.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..82d5b10 --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +docker compose build && docker compose up -d diff --git a/src/content/meditations/_index.md b/src/content/meditations/_index.md index 5702a3f..01e4b25 100644 --- a/src/content/meditations/_index.md +++ b/src/content/meditations/_index.md @@ -2,4 +2,4 @@ title = "Meditations" +++ -One day I'd like to write some blogs (I call "medidations" because it sounds cooler) and when that happens they will live here. +One day I'd like to write some blogs (I call them "meditations" because it sounds cooler) and when that happens they will live here.