From d1e513ff919bc8b0a814b33b9dc318052f6b6ed7 Mon Sep 17 00:00:00 2001 From: Lyle Mantooth Date: Thu, 25 Jul 2024 07:27:43 -0400 Subject: [PATCH 1/4] New folder structur for bible_journal. --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 9038259..fdd4700 100644 --- a/justfile +++ b/justfile @@ -6,7 +6,8 @@ finish message: create book chapter v1 v2: #!/usr/bin/env bash set -euxo pipefail - passage='{{book}}_{{chapter}}:{{v1}}-{{v2}}' + mkdir -p '{{book}}' + 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" $EDITOR + "${passage}.md" From daacc0292303cf5ae9c2b5280806a41c12557222 Mon Sep 17 00:00:00 2001 From: Lyle Mantooth Date: Thu, 25 Jul 2024 07:34:40 -0400 Subject: [PATCH 2/4] Update template for 1 John. --- content/bible_journal/_template.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/bible_journal/_template.txt b/content/bible_journal/_template.txt index ce5549b..8256dd3 100644 --- a/content/bible_journal/_template.txt +++ b/content/bible_journal/_template.txt @@ -1,6 +1,6 @@ +++ -title = "1 Chronicles $1:$2–$3" +title = "1 John $1:$2–$3" date = "{}" +++ -### [Read the passage.](https://biblia.com/bible/esv/1Chronicles$1.$2-$3) +### [Read the passage.](https://biblia.com/bible/esv/1John$1.$2-$3) From 4ca1706a0847374b5b41e7c11bdbd22a78d84ac7 Mon Sep 17 00:00:00 2001 From: Lyle Mantooth Date: Thu, 25 Jul 2024 08:43:28 -0400 Subject: [PATCH 3/4] Start using folders for different books. Transparent to keep them in the same list of pages on `bible_journal/`. --- content/bible_journal/1john/_index.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 content/bible_journal/1john/_index.md diff --git a/content/bible_journal/1john/_index.md b/content/bible_journal/1john/_index.md new file mode 100644 index 0000000..66b1d3f --- /dev/null +++ b/content/bible_journal/1john/_index.md @@ -0,0 +1,4 @@ ++++ +redirect_to = "bible_journal" +transparent = true ++++ From aa4beed77852a24b55108c56df913fb78f8f8bc6 Mon Sep 17 00:00:00 2001 From: Lyle Mantooth Date: Thu, 25 Jul 2024 08:44:15 -0400 Subject: [PATCH 4/4] 1 John 1:1-4 --- content/bible_journal/1john/1:1-4.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/bible_journal/1john/1:1-4.md diff --git a/content/bible_journal/1john/1:1-4.md b/content/bible_journal/1john/1:1-4.md new file mode 100644 index 0000000..e0b8f3a --- /dev/null +++ b/content/bible_journal/1john/1:1-4.md @@ -0,0 +1,21 @@ ++++ +title = "1 John 1:1–4" +date = "2024-07-25" ++++ + +### [Read the passage.](https://biblia.com/bible/esv/1John1.1-4) + +The First Epistle of John is largely a refutation of the heresy of docetism. +This was a belief that Jesus did not come to earth in the flesh, but was some kind of spiritual illusion that only _seemed_ to live among men and die on the cross. +Of course, this would have implications on all of Christian theology, and contradicts the eyewitness testimony found in the Gospels. + +Indeed, John starts off swinging by emphasizing his and the other disciples' physical senses. +He emphasizes this physical experience so much that it is a little difficult to tease out just what he heard, saw, and touched. +But the clues are here: (_v. 1_) "from the beginning", "concerning the word of life", (_v. 2_) "the eternal life…with the Father", and (_v. 3_) "our fellowship…with his Son Jesus Christ". +Altogether, these phrases show that John is proclaiming the way Jesus Christ brought fallen humanity back into fellowship with the eternal God, forever. +The way He did that involved real events in real history that John was able to perceive just like any other events he was a witness to. +And the reason he proclaims these things is to bring his joy to completion, as full as it can be, which happens when those who hear and respond join in fellowship with him and also with the Father and the Son. + +* * * + +Fellowship with You brings pure, complete joy. Let us long to be closer to You.