From d2525e19ef5701fd6996526fb4fbe4b41b52078e Mon Sep 17 00:00:00 2001 From: Micah Cowell Date: Mon, 14 Mar 2016 21:41:41 -0700 Subject: [PATCH] added about page --- _includes/head.html | 20 ------------ _includes/{main.html => header.html} | 2 +- _layouts/about.html | 13 ++++++++ _layouts/default.html | 20 +++++++++++- _sass/_reset.scss | 3 -- assets/css/main.scss | 49 ++++++++++++++++++++++------ index.html | 2 +- me/index.html | 9 ----- me/index.md | 17 ++++++++++ 9 files changed, 90 insertions(+), 45 deletions(-) delete mode 100644 _includes/head.html rename _includes/{main.html => header.html} (90%) create mode 100644 _layouts/about.html delete mode 100644 me/index.html create mode 100644 me/index.md diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index 2e3dc3f..0000000 --- a/_includes/head.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -{% if page.title %} - {{ page.title }} -{% else %} - {{ site.name }} -{% endif %} - - - -{% if site.google_verification %} - -{% endif %} - - - - diff --git a/_includes/main.html b/_includes/header.html similarity index 90% rename from _includes/main.html rename to _includes/header.html index ec11d8e..c7d99e7 100644 --- a/_includes/main.html +++ b/_includes/header.html @@ -1,5 +1,5 @@ -
+

{{ site.name }}

    {% for item in site.data.navigation %} diff --git a/_layouts/about.html b/_layouts/about.html new file mode 100644 index 0000000..d45aea4 --- /dev/null +++ b/_layouts/about.html @@ -0,0 +1,13 @@ +--- +layout: default +--- + + + +
    + <-- back +

    About Me:

    +
    + {{ content }} +
    +
    diff --git a/_layouts/default.html b/_layouts/default.html index 1952a1d..8e5d0d7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,7 +2,25 @@ - {% include head.html %} + + + + + {% if page.title %} + {{ page.title }} + {% else %} + {{ site.name }} + {% endif %} + + + + {% if site.google_verification %} + + {% endif %} + + + + {% if jekyll.environment == 'production' and site.google_verification%}