Compare commits

...

6 commits

Author SHA1 Message Date
1741078b3b
Update: theme 2024-09-11 23:12:15 +02:00
2024a0daca
Remove: duplicated title for shebang post 2024-09-11 23:10:34 +02:00
7e26eaf70f
Set: docker & compose post to draft 2024-09-11 23:05:27 +02:00
dacbdafe1d
Fix: urls in navbar 2024-09-11 23:03:21 +02:00
0760141c58
Set: summaryLength tp 24 2024-09-11 23:01:56 +02:00
c8f01b9d1f
Fix: title 2024-09-11 22:48:30 +02:00
5 changed files with 12 additions and 14 deletions

View file

@ -12,6 +12,9 @@ enableInlineShortcodes: True
# Robot.txt file # Robot.txt file
enableRobotsTXT: True enableRobotsTXT: True
# Summary length
summaryLength: 24
################################################################# #################################################################
@ -170,15 +173,15 @@ menu:
main: main:
- name: Blog - name: Blog
pre: "" pre: ""
url: blog url: blog/
weight: 1 weight: 1
- name: Portfolio - name: Portfolio
pre: "" pre: ""
url: portfolio url: portfolio/
weight: 2 weight: 2
- name: About Me - name: About Me
pre: "" pre: ""
url: about url: about/
weight: 3 weight: 3
- name: Contact - name: Contact
pre: '#' pre: '#'

View file

@ -2,7 +2,7 @@
title: Docker & Compose Cheat Sheet title: Docker & Compose Cheat Sheet
description: This is my list of use full Docker commands. description: This is my list of use full Docker commands.
date: 2020-12-02T00:00:00.000Z 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 image: /images/blog/Image-Docker-Command-Cheat-Sheet.png
tags: tags:
- Cheat-Sheet - Cheat-Sheet
@ -10,6 +10,7 @@ tags:
- Docker - Docker
- Linux - Linux
slug: docker-compose-cheat-sheet slug: docker-compose-cheat-sheet
draft: true
--- ---
# A list of docker commands # A list of docker commands

View file

@ -1,21 +1,15 @@
--- ---
title: "Shebang #! Tutorial In Linux" title: "Shebang #! Tutorial In Linux"
description: "" description: ""
date: 2022-05-25T12:50:05.057Z 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 image: /images/blog/shebang.jpg
draft: false draft: false
tags: tags:
- Linux - Linux
- Cheat-Sheet - Cheat-Sheet
slug: shebang-tutorial-linux 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. 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.

View file

@ -1,7 +1,7 @@
--- ---
title: Cyberpunk-Style Glitch Text Walkthrough title: Cyberpunk - Style Glitch Text Walkthrough
date: 2024-07-23T18:35:26.560Z 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 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! 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: tags:

@ -1 +1 @@
Subproject commit 31d5af929565361dc95375b30caeac62d6b08f68 Subproject commit 8a56acab670e949152919c8201b837eca1300996