From e349472bacfa978ffe424f8582c76e6abc736de3 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 17 Nov 2018 17:01:45 -0500 Subject: Added some things --- _config.yml | 2 +- _includes/navigator.html | 2 +- about.html | 20 ++++++++++++++++++++ blog.html | 2 +- index.html | 9 ++++++--- project.html | 20 ++++++++++++++++++++ style.css | 11 +---------- 7 files changed, 50 insertions(+), 16 deletions(-) create mode 100644 about.html create mode 100644 project.html diff --git a/_config.yml b/_config.yml index b7c0d4c..feb4e65 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ title: Andrew's Website email: alee14498@gmail.com description: >- # this means to ignore newlines until "baseurl:" - My personal website + Andrew's personal website # baseurl: "" # the subpath of your site, e.g. /blog url: "http://alee14.ml" # the base hostname & protocol for your site, e.g. http://example.com diff --git a/_includes/navigator.html b/_includes/navigator.html index d6fa974..5759dca 100644 --- a/_includes/navigator.html +++ b/_includes/navigator.html @@ -1,6 +1,6 @@