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.