From 8ca0649687f4e6a352e081e992c80c90098e9074 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Sun, 28 Apr 2019 12:55:42 -0400 Subject: Moved svg icons and head metadata to includes. --- _includes/footer.liquid | 70 ++++++++++++++++++-------------------- _includes/head.liquid | 5 +++ _includes/hero.liquid | 0 _includes/mdi-gitlab.html | 11 ++++++ _includes/mdi-linkedin.html | 15 +++++++++ _includes/mdi-rss-box.html | 11 ++++++ _includes/mdi-video-vintage.html | 12 +++++++ _includes/mdi-youtube.html | 18 ++++++++++ _includes/nav.liquid | 73 ++++------------------------------------ 9 files changed, 111 insertions(+), 104 deletions(-) create mode 100644 _includes/head.liquid create mode 100644 _includes/hero.liquid create mode 100644 _includes/mdi-gitlab.html create mode 100644 _includes/mdi-linkedin.html create mode 100644 _includes/mdi-rss-box.html create mode 100644 _includes/mdi-video-vintage.html create mode 100644 _includes/mdi-youtube.html (limited to '_includes') diff --git a/_includes/footer.liquid b/_includes/footer.liquid index 96b453c..b451dfb 100644 --- a/_includes/footer.liquid +++ b/_includes/footer.liquid @@ -1,37 +1,33 @@ - - - +
+

+ Site last updated {{ "now" | date: "%A, %b %e, %Y" }} +

+

+ Built using + + Cobalt.rs + + , + + Bulma.io + + , + + Animate.css + + , and self-hosted with + + NGINX + +

+

+ See a problem? + + Tell me so I can fix it + + or + + fix it yourself! + +

+
diff --git a/_includes/head.liquid b/_includes/head.liquid new file mode 100644 index 0000000..5234f27 --- /dev/null +++ b/_includes/head.liquid @@ -0,0 +1,5 @@ + + +{{ page.title }} + + diff --git a/_includes/hero.liquid b/_includes/hero.liquid new file mode 100644 index 0000000..e69de29 diff --git a/_includes/mdi-gitlab.html b/_includes/mdi-gitlab.html new file mode 100644 index 0000000..8d03d12 --- /dev/null +++ b/_includes/mdi-gitlab.html @@ -0,0 +1,11 @@ + + + + GitLab + + diff --git a/_includes/mdi-linkedin.html b/_includes/mdi-linkedin.html new file mode 100644 index 0000000..e89012f --- /dev/null +++ b/_includes/mdi-linkedin.html @@ -0,0 +1,15 @@ + + + + LinkedIn + + diff --git a/_includes/mdi-rss-box.html b/_includes/mdi-rss-box.html new file mode 100644 index 0000000..156c692 --- /dev/null +++ b/_includes/mdi-rss-box.html @@ -0,0 +1,11 @@ + + + + + RSS + + diff --git a/_includes/mdi-video-vintage.html b/_includes/mdi-video-vintage.html new file mode 100644 index 0000000..5c4d874 --- /dev/null +++ b/_includes/mdi-video-vintage.html @@ -0,0 +1,12 @@ + + + + STMUAC YouTube Channel + + diff --git a/_includes/mdi-youtube.html b/_includes/mdi-youtube.html new file mode 100644 index 0000000..414d41f --- /dev/null +++ b/_includes/mdi-youtube.html @@ -0,0 +1,18 @@ + + + + 53hornet YouTube Channel + + diff --git a/_includes/nav.liquid b/_includes/nav.liquid index fc3e2d7..5fe8227 100644 --- a/_includes/nav.liquid +++ b/_includes/nav.liquid @@ -17,17 +17,8 @@ bounceInDown href="/rss.xml" target="_blank" > - - - - - RSS - - + + {% include mdi-rss-box.html %} @@ -37,17 +28,7 @@ bounceInDown target="_blank" > - - - - GitLab - - + {% include mdi-gitlab.html %} @@ -57,24 +38,7 @@ bounceInDown target="_blank" > - - - - 53hornet YouTube Channel - - + {% include mdi-youtube.html %} @@ -84,18 +48,7 @@ bounceInDown target="_blank" > - - - - STMUAC YouTube Channel - - + {% include mdi-video-vintage.html %} @@ -105,21 +58,7 @@ bounceInDown target="_blank" > - - - - LinkedIn - - + {% include mdi-linkedin.html %} -- cgit v1.2.3 From b293b709cba60ee827697928595e1b65ce96f1e3 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Sun, 28 Apr 2019 16:28:09 -0400 Subject: Added permalink mapping for pages (pretty URLs), cleaned up heads, images. --- _includes/head.liquid | 3 +-- _includes/nav.liquid | 12 +++++------- 2 files changed, 6 insertions(+), 9 deletions(-) (limited to '_includes') diff --git a/_includes/head.liquid b/_includes/head.liquid index 5234f27..57befda 100644 --- a/_includes/head.liquid +++ b/_includes/head.liquid @@ -1,5 +1,4 @@ {{ page.title }} - - + diff --git a/_includes/nav.liquid b/_includes/nav.liquid index 5fe8227..cada13d 100644 --- a/_includes/nav.liquid +++ b/_includes/nav.liquid @@ -2,15 +2,13 @@