From e93119e2bb55291faff35c3eccc48c42f66d3789 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Sat, 20 Apr 2019 16:46:23 -0400 Subject: Init construction branch. --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 57e29ea..7e2f4d3 100644 --- a/index.md +++ b/index.md @@ -9,3 +9,4 @@ Amateur Hudson mechanic Loving fiancé and puppy parent + -- cgit v1.2.3 From b4faf0488006c76cc46fac25f089771f965b39f5 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Sun, 28 Apr 2019 12:55:10 -0400 Subject: Updated homepage. --- index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/index.md b/index.md index 7e2f4d3..a292317 100644 --- a/index.md +++ b/index.md @@ -3,10 +3,9 @@ layout: index.liquid title: I'm Adam Carpenter categories: ["index"] --- -Automation Application Developer at ADP +## Automation Application Developer at ADP -Amateur Hudson mechanic - -Loving fiancé and puppy parent +## Amateur Hudson mechanic +## Loving fiancé and puppy parent -- cgit v1.2.3 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 From 52fcddce80acc1ef1986f4509444fb63233cd5b0 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Sun, 28 Apr 2019 12:59:24 -0400 Subject: Added readme --- readme.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..cf343da --- /dev/null +++ b/readme.md @@ -0,0 +1,2 @@ +# The personal website of Adam Carpenter + -- 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. --- _cobalt.yml | 3 ++- _defaults/pages.md | 1 + _includes/head.liquid | 3 +-- _includes/nav.liquid | 12 +++++------- _layouts/index.liquid | 11 +++++++---- auto.md | 6 ------ bulma.sass | 35 ----------------------------------- favicon.ico | Bin 53694 -> 0 bytes index.md | 11 ++++++----- life.md | 5 ----- logo.png | Bin 20369 -> 0 bytes pages/auto.md | 7 +++++++ pages/life.md | 6 ++++++ pages/tech.md | 6 ++++++ public/css/styles.sass | 35 +++++++++++++++++++++++++++++++++++ public/images/favicon.ico | Bin 0 -> 53694 bytes public/images/logo.png | Bin 0 -> 20369 bytes tech.md | 5 ----- 18 files changed, 76 insertions(+), 70 deletions(-) delete mode 100644 auto.md delete mode 100644 bulma.sass delete mode 100644 favicon.ico delete mode 100644 life.md delete mode 100644 logo.png create mode 100644 pages/auto.md create mode 100644 pages/life.md create mode 100644 pages/tech.md create mode 100644 public/css/styles.sass create mode 100644 public/images/favicon.ico create mode 100644 public/images/logo.png delete mode 100644 tech.md diff --git a/_cobalt.yml b/_cobalt.yml index 1b5746e..b5ef267 100644 --- a/_cobalt.yml +++ b/_cobalt.yml @@ -1,6 +1,7 @@ +ignore: ["readme.md"] site: title: 53hornet - description: Adam Tristan Carpenter + description: The personal webpages of Adam Tristan Carpenter base_url: https://53hor.net posts: rss: rss.xml diff --git a/_defaults/pages.md b/_defaults/pages.md index 28b1713..f7aec21 100644 --- a/_defaults/pages.md +++ b/_defaults/pages.md @@ -1,3 +1,4 @@ --- layout: page.liquid +permalink: "/{{slug}}" --- 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 @@