From 7f22a330507950536470296bb66e8851864145a2 Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 18 Jun 2018 09:14:42 -0400 Subject: [PATCH] Add default landing, blog, and CV templates --- blog.bryanroessler.com | 1 + cv.bryanroessler.com/_data/menu.yml | 15 +++++++++++++++ cv.bryanroessler.com/_includes/nav.html | 17 +++++++++++++++++ cv.bryanroessler.com/_layouts/default.html | 21 +++++++++++---------- cv2.bryanroessler.com | 1 + landing2.bryanroessler.com | 1 + 6 files changed, 46 insertions(+), 10 deletions(-) create mode 160000 blog.bryanroessler.com create mode 100644 cv.bryanroessler.com/_data/menu.yml create mode 100644 cv.bryanroessler.com/_includes/nav.html create mode 160000 cv2.bryanroessler.com create mode 160000 landing2.bryanroessler.com diff --git a/blog.bryanroessler.com b/blog.bryanroessler.com new file mode 160000 index 0000000..3646045 --- /dev/null +++ b/blog.bryanroessler.com @@ -0,0 +1 @@ +Subproject commit 364604551d151cad89b3fbc662325db2e763ffb1 diff --git a/cv.bryanroessler.com/_data/menu.yml b/cv.bryanroessler.com/_data/menu.yml new file mode 100644 index 0000000..98ec462 --- /dev/null +++ b/cv.bryanroessler.com/_data/menu.yml @@ -0,0 +1,15 @@ +- text: Home + url: / +- text: First menu + url: /first-menu/ +# subitems: +# - text: First menu (sub) +# url: /first-menu/first-menu-sub/ +# subitems: +# - text: First menu (sub-sub) +# url: /first-menu/first-menu-sub/first-menu-sub-sub/ +#- text: Second menu +# url: /second-menu/ +# subitems: +# - text: Second menu (sub) +# url: /second-menu/second-menu-sub/ diff --git a/cv.bryanroessler.com/_includes/nav.html b/cv.bryanroessler.com/_includes/nav.html new file mode 100644 index 0000000..d630ef8 --- /dev/null +++ b/cv.bryanroessler.com/_includes/nav.html @@ -0,0 +1,17 @@ +{% assign navurl = page.url | remove: 'index.html' %} + diff --git a/cv.bryanroessler.com/_layouts/default.html b/cv.bryanroessler.com/_layouts/default.html index 2fdd860..8341758 100644 --- a/cv.bryanroessler.com/_layouts/default.html +++ b/cv.bryanroessler.com/_layouts/default.html @@ -2,25 +2,26 @@ layout: compress --- - - - + + + {% include head.html %} +{% include nav.html nav=site.data.menu %} +
{% include sidebar.html %} - +
- + {{content}} - +
- + {% include footer.html %} - + {% include scripts.html %} - - + diff --git a/cv2.bryanroessler.com b/cv2.bryanroessler.com new file mode 160000 index 0000000..6851123 --- /dev/null +++ b/cv2.bryanroessler.com @@ -0,0 +1 @@ +Subproject commit 6851123118eb5225efc7cc585223449b95ce2de8 diff --git a/landing2.bryanroessler.com b/landing2.bryanroessler.com new file mode 160000 index 0000000..ed55e9a --- /dev/null +++ b/landing2.bryanroessler.com @@ -0,0 +1 @@ +Subproject commit ed55e9a223c3c84166daa6389928dfbb7c3d0612