diff --git a/content/bible_journal/ezekiel_32:1-16.md b/content/bible_journal/ezekiel_32:1-16.md deleted file mode 100644 index 651a7f1..0000000 --- a/content/bible_journal/ezekiel_32:1-16.md +++ /dev/null @@ -1,28 +0,0 @@ -+++ -title = "Ezekiel 32:1–16" -date = "2023-06-02" -+++ - -### [Read the passage.](https://biblia.com/bible/esv/Ezekiel32.1-16) - -The Pharaoh of Egypt considered himself a lion among men, but the Lord -considers him a monster, like one that inhabits the seas. With a force of -many people, the Lord will pull him out of the Nile River and throw him out -onto the land where he perishes. So great is his fall that the carrion birds -and beasts from all over the world can eat their fill. Even still the valleys -are filled up with his flesh and the ravines flow with the spilled blood. -Apocalyptic signs are shown in the sky to mark the passing of such a great -beast. - -So great was Egypt's influence, that even nations that Egypt hadn't heard of -will tremble at their downfall. They know that if Egypt could be brought low, -no nation is safe from the judgement of the Lord. - -When Babylon brings a sword against Egypt, the Lord declares that there will -be a complete desolation. Nothing will step in the water to churn up the mud in -the rivers. But Egypt will be remembered in song through this lamentation the -Lord has given. - -* * * - -You rule over all nations and bring Your judgements to bear. \ No newline at end of file diff --git a/justfile b/justfile index ceb54bb..a4c363f 100644 --- a/justfile +++ b/justfile @@ -9,4 +9,4 @@ create book chapter v1 v2: passage='{{book}}_{{chapter}}:{{v1}}-{{v2}}' cd content/bible_journal sed -e '/\$/{s/\$1/{{chapter}}/; s/\$2/{{v1}}/; s/\$3/{{v2}}/;}' -e "3s/{}/$(date +%Y-%m-%d)/" _template.txt > "${passage}.md" - hx "${passage}.md" + vi + "${passage}.md"