From 91303191c524ab03c5b0a9a6766a8435276a867c Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Sun, 11 Aug 2019 11:31:36 -0400 Subject: Added resume, contact pages, updated css and added new post. --- _layouts/journal.liquid | 4 +- _layouts/page.liquid | 28 ++++++-------- _layouts/post.liquid | 42 ++++++++------------- _scripts/resume.sh | 13 +++++++ pages/contact.md | 49 +++++++++++++++++++++++++ pages/journal.md | 1 + pages/resume.md | 48 ++++++++++++++++++++++++ pages/resume.md.html | 55 ++++++++++++++++++++++++++++ pages/resume.pdf | Bin 0 -> 24012 bytes posts/2019-08-11-marrying-my-best-friend.md | 24 ++++++++++++ public/css/resume.css | 3 ++ 11 files changed, 222 insertions(+), 45 deletions(-) create mode 100755 _scripts/resume.sh create mode 100644 pages/contact.md create mode 100644 pages/resume.md create mode 100644 pages/resume.md.html create mode 100644 pages/resume.pdf create mode 100644 posts/2019-08-11-marrying-my-best-friend.md create mode 100644 public/css/resume.css diff --git a/_layouts/journal.liquid b/_layouts/journal.liquid index 4478778..36ec28b 100644 --- a/_layouts/journal.liquid +++ b/_layouts/journal.liquid @@ -20,10 +20,10 @@

- Journal + {{ page.title }}

- Is it a blog? Probably. + {{ page.description }}

diff --git a/_layouts/page.liquid b/_layouts/page.liquid index 28e8e20..343ff90 100644 --- a/_layouts/page.liquid +++ b/_layouts/page.liquid @@ -6,7 +6,10 @@ -
+
{% include "nav.liquid" %} @@ -19,6 +22,9 @@

{{ page.title }}

+

+ {{ page.description }} +

@@ -26,27 +32,15 @@
- +
-
- -
-
- {{ page.content }} -
-
- -
- -
- +
+ {{ page.content }}
- +