From 4ac767f1f6108aca865f60a3e93d707c0132cba7 Mon Sep 17 00:00:00 2001 From: Micah Cowell Date: Sun, 13 Mar 2016 21:35:46 -0700 Subject: [PATCH] new pages and redesign --- _config.yml | 2 +- _data/navigation.yml | 6 ++++ _includes/{header.html => nav.html} | 3 +- _layouts/default.html | 2 +- _sass/_about.scss | 0 _sass/_header.scss | 14 --------- _sass/_post.scss | 4 --- assets/css/main.scss | 44 +++++++++++++++++++++++------ index.html | 13 +-------- me/index.html | 8 ++++++ work/index.html | 15 ++++++++++ 11 files changed, 69 insertions(+), 42 deletions(-) rename _includes/{header.html => nav.html} (80%) delete mode 100644 _sass/_about.scss delete mode 100644 _sass/_header.scss delete mode 100644 _sass/_post.scss create mode 100644 work/index.html diff --git a/_config.yml b/_config.yml index 112d649..7ccdf47 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ # My variables name: Micah Cowell -description: a clueless web developer +description: developer & designer google_analytics: null google_verification: null diff --git a/_data/navigation.yml b/_data/navigation.yml index e75032f..933b551 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,6 +1,12 @@ +- title: home + url: / + - title: about url: /me +- title: portfolio + url: /work + - title: github url: https://github.com/getmicah diff --git a/_includes/header.html b/_includes/nav.html similarity index 80% rename from _includes/header.html rename to _includes/nav.html index eb6821f..19b0428 100644 --- a/_includes/header.html +++ b/_includes/nav.html @@ -1,9 +1,8 @@ -
+