From a4a4e04ab2f8b2fe980684b71bd012ccb1d4c903 Mon Sep 17 00:00:00 2001 From: MajorDroolz Date: Wed, 4 Jan 2023 23:16:48 -0500 Subject: [PATCH] FIX: Workflow to work with jekyll. --- .github/workflows/prepare.yml | 1 - _data/work.yml | 3 --- _layouts/experience.html | 2 +- index.html | 8 +++++++- styles/default.css | 22 ++++++++++++++++++++++ styles/global.css | 2 -- styles/{tech.css => tech.scss} | 0 7 files changed, 30 insertions(+), 8 deletions(-) rename styles/{tech.css => tech.scss} (100%) diff --git a/.github/workflows/prepare.yml b/.github/workflows/prepare.yml index 2936ccd..a515839 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -28,7 +28,6 @@ jobs: run: | find . -name "*.js" -type f -exec terser {} -c -o {} \; find . -name "*.css" -type f -exec csso {} -o {} \; - find . -name "*.html" -type f -exec html-minifier --remove-comments --collapse-whitespace {} -o {} \; - name: "Commiting changes." run: | diff --git a/_data/work.yml b/_data/work.yml index 662a9a8..cbcb91b 100644 --- a/_data/work.yml +++ b/_data/work.yml @@ -32,7 +32,6 @@ freshmanual: title: FreshManual subtitle: Mobile App stack: [ html, css, js, php, docker, mariadb, azure ] - image: /res/avatar.svg link: /404 color: blue @@ -61,7 +60,6 @@ pollbuddy: id: pollbuddy title: Poll Buddy stack: [ html, css, js, php, docker, mariadb, azure ] - image: /res/avatar.svg link: /404 color: green @@ -90,7 +88,6 @@ rpi-crisis: id: rpi-crisis title: CRISIS stack: [ html, css, js, php, docker, mariadb, azure ] - image: /res/avatar.svg link: /404 color: red diff --git a/_layouts/experience.html b/_layouts/experience.html index a08829f..86e4e70 100644 --- a/_layouts/experience.html +++ b/_layouts/experience.html @@ -38,7 +38,7 @@ layout: default {% if malung.image %} Image of {{malung.title}} {% else %} -

Image Not Available

+

Image Not Available

{% endif %}
diff --git a/index.html b/index.html index 4a71688..a349415 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,13 @@ layout: default