From c8f01b9d1f2a75251c7f45efff6883581acf144b Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Wed, 11 Sep 2024 22:48:30 +0200 Subject: [PATCH 1/6] Fix: title --- .../2024-07-23-cyberpunk-style-glitch-text-walkthrough.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/2024-07-23-cyberpunk-style-glitch-text-walkthrough.md b/content/blog/2024-07-23-cyberpunk-style-glitch-text-walkthrough.md index a0e5f50..3c58356 100644 --- a/content/blog/2024-07-23-cyberpunk-style-glitch-text-walkthrough.md +++ b/content/blog/2024-07-23-cyberpunk-style-glitch-text-walkthrough.md @@ -1,7 +1,7 @@ --- -title: Cyberpunk-Style Glitch Text Walkthrough +title: Cyberpunk - Style Glitch Text Walkthrough date: 2024-07-23T18:35:26.560Z -lastmod: 2024-07-26T17:49:19.234Z +lastmod: 2024-09-11T20:48:16.374Z image: /images/blog/2024-07-23-cyberpunk-style-glitch-text-walkthrough/Peek 2024-07-24 22-34.gif description: Discover how to create a cyberpunk-style glitch text effect using pure CSS. This guide covers text layering, clip-paths, and animations for a dynamic, futuristic look. Dive in and start glitching! tags: From 0760141c58c3df56cb7b2efeca91954b366b7e68 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Wed, 11 Sep 2024 23:01:56 +0200 Subject: [PATCH 2/6] Set: summaryLength tp 24 --- config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.yaml b/config.yaml index c69fb4e..a2df430 100644 --- a/config.yaml +++ b/config.yaml @@ -12,6 +12,9 @@ enableInlineShortcodes: True # Robot.txt file enableRobotsTXT: True + +# Summary length +summaryLength: 24 ################################################################# From dacbdafe1d450feca18d8593f7c12c90effec330 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Wed, 11 Sep 2024 23:03:21 +0200 Subject: [PATCH 3/6] Fix: urls in navbar --- config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index a2df430..7c568f3 100644 --- a/config.yaml +++ b/config.yaml @@ -173,15 +173,15 @@ menu: main: - name: Blog pre: "" - url: blog + url: blog/ weight: 1 - name: Portfolio pre: "" - url: portfolio + url: portfolio/ weight: 2 - name: About Me pre: "" - url: about + url: about/ weight: 3 - name: Contact pre: '#' From 7e26eaf70fc3a28ab462a7ba0e90d1e364950d5b Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Wed, 11 Sep 2024 23:05:27 +0200 Subject: [PATCH 4/6] Set: docker & compose post to draft --- content/blog/2020-12-02-docker-cheat-sheet.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/blog/2020-12-02-docker-cheat-sheet.md b/content/blog/2020-12-02-docker-cheat-sheet.md index b281f30..8121c38 100644 --- a/content/blog/2020-12-02-docker-cheat-sheet.md +++ b/content/blog/2020-12-02-docker-cheat-sheet.md @@ -2,7 +2,7 @@ title: Docker & Compose Cheat Sheet description: This is my list of use full Docker commands. date: 2020-12-02T00:00:00.000Z -lastmod: 2024-02-13T21:23:00.829Z +lastmod: 2024-09-11T21:04:52.148Z image: /images/blog/Image-Docker-Command-Cheat-Sheet.png tags: - Cheat-Sheet @@ -10,6 +10,7 @@ tags: - Docker - Linux slug: docker-compose-cheat-sheet +draft: true --- # A list of docker commands From 2024a0dacab898e0a83a859553913b8dd40391c3 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Wed, 11 Sep 2024 23:10:34 +0200 Subject: [PATCH 5/6] Remove: duplicated title for shebang post --- content/blog/2022-05-25-shebang-#!-tutorial-in-linux.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/content/blog/2022-05-25-shebang-#!-tutorial-in-linux.md b/content/blog/2022-05-25-shebang-#!-tutorial-in-linux.md index 5c1e195..0c87af8 100644 --- a/content/blog/2022-05-25-shebang-#!-tutorial-in-linux.md +++ b/content/blog/2022-05-25-shebang-#!-tutorial-in-linux.md @@ -1,21 +1,15 @@ --- title: "Shebang #! Tutorial In Linux" description: "" - date: 2022-05-25T12:50:05.057Z -lastmod: 2023-01-03T16:39:00.682Z - +lastmod: 2024-09-11T21:10:00.957Z image: /images/blog/shebang.jpg - draft: false - tags: - Linux - Cheat-Sheet - slug: shebang-tutorial-linux --- -# Shebang #! Tutorial In Linux In computing and Linux the shebang is a character sequence that consists of `#` and `!`. Simply the shebang is expressed as `#!`. The shebang is also called sha-bang, hashbang, pound-bang, and hash-pling. The shebang is used to specify an interpreter for script files. Linux is popular with its script files and scripting languages like Bash, ZSH, Python, Perl, PHP, etc. The shebang is used to specify the interpreter type and location. When a script file is called the first line contains the shebang with the interpreter path. From 1741078b3b8d8f45f1d74c0f9305c6b9d0c2d103 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Wed, 11 Sep 2024 23:12:15 +0200 Subject: [PATCH 6/6] Update: theme --- themes/Rinkusu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/Rinkusu b/themes/Rinkusu index 31d5af9..8a56aca 160000 --- a/themes/Rinkusu +++ b/themes/Rinkusu @@ -1 +1 @@ -Subproject commit 31d5af929565361dc95375b30caeac62d6b08f68 +Subproject commit 8a56acab670e949152919c8201b837eca1300996