From 8b116f86f4a6ce0455004bead277770dc605f1c1 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 17 Nov 2018 21:38:52 -0500 Subject: Added a default layout and replaced the html with the markdown layout --- _layouts/default.html | 16 ++++++++++++++++ about.html | 20 -------------------- about.md | 12 ++++++++++++ project.html | 20 -------------------- project.md | 10 ++++++++++ 5 files changed, 38 insertions(+), 40 deletions(-) create mode 100644 _layouts/default.html delete mode 100644 about.html create mode 100644 about.md delete mode 100644 project.html create mode 100644 project.md diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..0c85d3c --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,16 @@ +--- +--- + + + + {% include heading.html %} + {{ page.title }} | {{ site.title }} + + + {% include navigator.html %} + + {{ content }} + + {% include footer.html %} + + diff --git a/about.html b/about.html deleted file mode 100644 index cff97ff..0000000 --- a/about.html +++ /dev/null @@ -1,20 +0,0 @@ ---- ---- - - - - {% include heading.html %} - About | {{ site.title }} - - - {% include navigator.html %} -

About {{ site.title }}

-

Contact me

-

Email Address: {{ site.email }}

-

GitHub: Alee14

-

Twitter: Alee14498

-

YouTube: Andrew Lee

-

Discord: Alee's Community

- {% include footer.html %} - - diff --git a/about.md b/about.md new file mode 100644 index 0000000..df2842b --- /dev/null +++ b/about.md @@ -0,0 +1,12 @@ +--- +layout: default +title: About +--- +

About Andrew Lee

+ +

Contact me

+

Email Address: {{ site.email }}

+

GitHub: Alee14

+

Twitter: Alee14498

+

YouTube: Andrew Lee

+

Discord: Alee's Community

diff --git a/project.html b/project.html deleted file mode 100644 index ccb2109..0000000 --- a/project.html +++ /dev/null @@ -1,20 +0,0 @@ ---- -project: Andrew's Website ---- - - - - {% include heading.html %} - Projects | Andrew Lee - - - {% include navigator.html %} -

Andrew's Projects

-

These are the projects i'm currently working on:

-

Silicon Linux

-

AleeBot

-

Project: Silicon

- - {% include footer.html %} - - diff --git a/project.md b/project.md new file mode 100644 index 0000000..a4ea4a7 --- /dev/null +++ b/project.md @@ -0,0 +1,10 @@ +--- +layout: default +title: Projects +--- + +

Andrew's Projects

+

These are the projects i'm currently working on:

+

Silicon Linux

+

AleeBot

+

Project: Silicon

-- cgit v1.2.3