Added file pages, home page content, and generation script

master
DavidDGTNT 2021-11-22 19:33:48 +00:00
parent 4d8c6eb0ce
commit 4eb6d131ef
8 changed files with 41 additions and 0 deletions

4
content/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
home.html
about.html
book1.html
book2.html

4
content/Makefile Normal file
View File

@ -0,0 +1,4 @@
gen:
./generate.sh
clean:
./clean.sh

0
content/about.md Normal file
View File

0
content/book1.md Normal file
View File

0
content/book2.md Normal file
View File

10
content/clean.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
CONTENT[0]="home"
CONTENT[1]="about"
CONTENT[2]="book1"
CONTENT[3]="book2"
for i in {0..3}
do
rm "${CONTENT[i]}.html"
done

11
content/generate.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
CONTENT[0]="home"
CONTENT[1]="about"
CONTENT[2]="book1"
CONTENT[3]="book2"
for i in {0..3}
do
rm "${CONTENT[i]}.html"
markdown "${CONTENT[i]}.md" > "${CONTENT[i]}.html"
done

12
content/home.md Normal file
View File

@ -0,0 +1,12 @@
## 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