From 246ee3cb1c29d1ee72e72ba72868876679314af7 Mon Sep 17 00:00:00 2001 From: DavidDGTNT Date: Thu, 10 Feb 2022 03:27:21 +0000 Subject: [PATCH] Remove home content --- content/clean.sh | 9 ++++----- content/generate.sh | 9 ++++----- content/home.md | 14 -------------- 3 files changed, 8 insertions(+), 24 deletions(-) delete mode 100644 content/home.md diff --git a/content/clean.sh b/content/clean.sh index ff37044..154e68e 100755 --- a/content/clean.sh +++ b/content/clean.sh @@ -1,10 +1,9 @@ #!/bin/bash -CONTENT[0]="home" -CONTENT[1]="about" -CONTENT[2]="book1" -CONTENT[3]="book2" +CONTENT[0]="about" +CONTENT[1]="book1" +CONTENT[2]="book2" -for i in {0..3} +for i in {0..2} do rm "${CONTENT[i]}.html" done \ No newline at end of file diff --git a/content/generate.sh b/content/generate.sh index 8373cef..5687256 100755 --- a/content/generate.sh +++ b/content/generate.sh @@ -1,10 +1,9 @@ #!/bin/bash -CONTENT[0]="home" -CONTENT[1]="about" -CONTENT[2]="book1" -CONTENT[3]="book2" +CONTENT[0]="about" +CONTENT[1]="book1" +CONTENT[2]="book2" -for i in {0..3} +for i in {0..2} do markdown "${CONTENT[i]}.md" > "${CONTENT[i]}.html" done \ No newline at end of file diff --git a/content/home.md b/content/home.md deleted file mode 100644 index 9dbb02b..0000000 --- a/content/home.md +++ /dev/null @@ -1,14 +0,0 @@ -## Travel back in time - -With the Lyza the Sheepdog series of books, you can go back in time and see what the animals in the time of Bible stories with animals thought about the events and what they thought was happening. You can learn more about the books on their respective pages accessible in the Books section of the title bar. - -## Where to buy Lyza the Sheepdog books: - -* David Book Stores -* Barnes and Noble -* Books a Million -* Walmart -* SlushCo -* Target - -Lyza the Sheepdog eBooks are available on Kindle, Nook, Kobo, DavidReader, and possibly on your local library's eBook catalog, such as Tennesee R.E.A.D.S. \ No newline at end of file