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 ++++------------------------------------ _layouts/index.liquid | 12 +++---- _layouts/page.liquid | 13 +++---- _layouts/post.liquid | 9 +++-- 12 files changed, 127 insertions(+), 122 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 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 %} diff --git a/_layouts/index.liquid b/_layouts/index.liquid index 6b53922..753a464 100644 --- a/_layouts/index.liquid +++ b/_layouts/index.liquid @@ -1,11 +1,7 @@ - - - {{ page.title }} - - + {% include "head.liquid" %} @@ -43,7 +39,7 @@
- +
@@ -55,7 +51,9 @@ - {% include "footer.liquid" %} + diff --git a/_layouts/page.liquid b/_layouts/page.liquid index b97dc7e..101ebc2 100644 --- a/_layouts/page.liquid +++ b/_layouts/page.liquid @@ -1,10 +1,7 @@ - - - {{ page.title }} - + {% include "head.liquid" %} @@ -42,7 +39,9 @@
- {% include "toc.liquid" %} +
@@ -50,7 +49,9 @@ - {% include "footer.liquid" %} + diff --git a/_layouts/post.liquid b/_layouts/post.liquid index 54bf211..382f17d 100644 --- a/_layouts/post.liquid +++ b/_layouts/post.liquid @@ -1,10 +1,7 @@ - - - {{ page.title }} - + {% include "head.liquid" %} @@ -67,7 +64,9 @@ - {% include "footer.liquid" %} + -- cgit v1.2.3