From e92bad1fca8a2b6290af5dc73746f1acc72cfaf0 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 9 Nov 2019 15:45:48 -0500 Subject: Porting the website to jekyll.... --- _includes/footer.html | 9 +++++++++ _includes/header.html | 31 +++++++++++++++++++++++++++++++ _includes/navbar.html | 40 ++++++++++++++++++++++++++++++++++++++++ _includes/scripts.html | 11 +++++++++++ 4 files changed, 91 insertions(+) create mode 100644 _includes/footer.html create mode 100644 _includes/header.html create mode 100644 _includes/navbar.html create mode 100644 _includes/scripts.html (limited to '_includes') diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..a26d20f --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,9 @@ + + \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..02b888c --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +{{page.title}} | {{site.title}} diff --git a/_includes/navbar.html b/_includes/navbar.html new file mode 100644 index 0000000..518bbbe --- /dev/null +++ b/_includes/navbar.html @@ -0,0 +1,40 @@ + \ No newline at end of file diff --git a/_includes/scripts.html b/_includes/scripts.html new file mode 100644 index 0000000..d8324f0 --- /dev/null +++ b/_includes/scripts.html @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3