From 6c9852bf3c9c606d12a57f6b0f0a16f79457a690 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 17 Nov 2018 18:42:02 -0500 Subject: changed the name from Andrew's website to Andrew Lee --- 404.html | 3 +-- _config.yml | 2 +- about.html | 5 ++--- blog.html | 3 +-- index.html | 6 +++--- 5 files changed, 8 insertions(+), 11 deletions(-) diff --git a/404.html b/404.html index 30e877c..87c7fea 100644 --- a/404.html +++ b/404.html @@ -1,10 +1,9 @@ --- -project: Andrew's Website --- {% include heading.html %} - 404 | Andrew Lee + 404 | {{ site.title }} {% include navigator.html %} diff --git a/_config.yml b/_config.yml index feb4e65..f839b2e 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Andrew's Website +title: Andrew Lee email: alee14498@gmail.com description: >- # this means to ignore newlines until "baseurl:" Andrew's personal website diff --git a/about.html b/about.html index a5fc424..2948fff 100644 --- a/about.html +++ b/about.html @@ -1,15 +1,14 @@ --- -project: Andrew's Website --- {% include heading.html %} - About | Andrew Lee + About | {{ site.title }} {% include navigator.html %} -

About Andrew

+

About {{ site.title }}

Contact me

Email Address: {{ site.email }}

GitHub: Alee14

diff --git a/blog.html b/blog.html index b43e498..316c407 100644 --- a/blog.html +++ b/blog.html @@ -1,11 +1,10 @@ --- -project: Andrew's Website --- {% include heading.html %} - Blog | Andrew Lee + Blog | {{ site.title }} {% include navigator.html %} diff --git a/index.html b/index.html index bd5bf37..aaaa66e 100644 --- a/index.html +++ b/index.html @@ -1,15 +1,15 @@ --- -project: Andrew's Website +project: Andrew Lee --- {% include heading.html %} - Home | Andrew Lee + Home | {{ site.title }} {% include navigator.html %} -

{{ site.title }}

+

{{ site.title }} Homepage

Who am I?

Hello! My name is Andrew Lee and I live in Montreal and I like program things such as C# and JavaScript.

When did I start programming?

-- cgit v1.2.3