From ec8465f252ec1d1a82962442855916399db8ee23 Mon Sep 17 00:00:00 2001 From: Kegan Lovell Date: Thu, 16 Jul 2020 16:58:23 -0400 Subject: [PATCH] Implemented articles section --- .DS_Store | Bin 8196 -> 10244 bytes _config.yml | 2 +- _layouts/default.html | 5 +- _layouts/post.html | 4 -- _posts/2020-07-16-bvu+ilc.md | 23 +++++++++ _posts/2020-07-16-mll-app.md | 34 ++++++++++++ _posts_off/2020-04-03-testing copy 2.md | 5 -- _posts_off/2020-04-03-testing copy 3.md | 5 -- _posts_off/2020-04-03-testing copy.md | 5 -- _posts_off/2020-04-03-testing.md | 5 -- _sass/main.scss | 66 ++++++++++++++++++++++++ assets/css/main.css | 60 +++++++++++++++++++++ assets/css/main.css.map | 2 +- images/.DS_Store | Bin 6148 -> 8196 bytes images/bvu.jpg | Bin 0 -> 37859 bytes images/compsci-trio-wide.jpg | Bin 0 -> 95700 bytes images/posts/.DS_Store | Bin 0 -> 6148 bytes images/posts/ilc+bvu.jpg | Bin 0 -> 112787 bytes images/posts/iowa-lakes-corridor.png | Bin 0 -> 7871 bytes images/posts/match_learn_launch.jpg | Bin 0 -> 99056 bytes images/posts/mobile-app-article.jpg | Bin 0 -> 95700 bytes images/posts/test-image.jpeg | Bin 0 -> 1741498 bytes index.html | 66 ++++++++++++++++++++---- 23 files changed, 245 insertions(+), 37 deletions(-) create mode 100644 _posts/2020-07-16-bvu+ilc.md create mode 100644 _posts/2020-07-16-mll-app.md delete mode 100644 _posts_off/2020-04-03-testing copy 2.md delete mode 100644 _posts_off/2020-04-03-testing copy 3.md delete mode 100644 _posts_off/2020-04-03-testing copy.md delete mode 100644 _posts_off/2020-04-03-testing.md create mode 100644 images/bvu.jpg create mode 100644 images/compsci-trio-wide.jpg create mode 100644 images/posts/.DS_Store create mode 100644 images/posts/ilc+bvu.jpg create mode 100644 images/posts/iowa-lakes-corridor.png create mode 100644 images/posts/match_learn_launch.jpg create mode 100644 images/posts/mobile-app-article.jpg create mode 100644 images/posts/test-image.jpeg diff --git a/.DS_Store b/.DS_Store index 29f428ce96ca85a9f3d9a04978651fb3219b20d2..4767132eb7ce65cbaffc4cff11bd368375224b07 100644 GIT binary patch delta 195 zcmZp1XbF&DU|?W$DortDU{C-uIe-{M3-C-V6q~50$SAcjU^hRb)Mg%m*^H)a4Dk#F z4EYSj3?&T3o;mr+NjdpRAk{!KT7k62e=q>D7#QGcCnpHq6Gzfl7F?8- # this means to ignore newlines until "baseurl:" This is a site for us to show off our amazing team and skills! baseurl: "" # the subpath of your site, e.g. /blog -url: "https://www.levitytech.net" # the base hostname & protocol for your site, e.g. http://example.com +url: "127.0.0.1:4000" # the base hostname & protocol for your site, e.g. http://example.com root: "" twitter_username: llclevity github_username: bazylhorsey diff --git a/_layouts/default.html b/_layouts/default.html index bbec56a2..b3529146 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -13,6 +13,7 @@ + @@ -30,6 +31,6 @@ - --> + diff --git a/_layouts/post.html b/_layouts/post.html index 762b270d..b85ca0d6 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,7 +1,3 @@ ---- -layout: default ---- -

{{ page.title }}