Compare commits

...

35 commits

Author SHA1 Message Date
Aroy-Art
349d183b1f
Merge 1741078b3b into 34c9766777 2024-09-12 07:16:25 +00:00
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
d778d83a26
Remove: duplicated header 2024-09-11 22:35:50 +02:00
fdc5aff9af
Fix: reorder post intro 2024-09-11 22:34:18 +02:00
c9aea406ff
Update: theme 2024-08-27 22:14:58 +02:00
1bb77c3de5
Add; small avatars 2024-07-27 12:09:28 +02:00
3bce8b549a
Fix: change html link to markdown link 2024-07-26 20:07:45 +02:00
cdb8af38f8
Fix: reorder "The Effet" section 2024-07-26 20:05:36 +02:00
e6ca230722
Fix: typo 2024-07-26 20:04:35 +02:00
0d4eb1cb36
Fix: width on small screens 2024-07-26 19:55:31 +02:00
17a813deba
Fix: css indenting 2024-07-26 19:53:30 +02:00
Aroy-Art
34c9766777
Merge pull request #19 from Aroy-Art/dev
Updated Hugo to 0.80.0
2021-02-15 19:15:45 +01:00
Aroy-Art
70355e7b31
Merge pull request #18 from Aroy-Art/dev
Updated links
2021-02-15 19:02:54 +01:00
Aroy-Art
1f71ae6c57
Merge pull request #17 from Aroy-Art/dev
Updated Blog
2021-02-15 18:00:21 +01:00
Aroy-Art
c57b3fdfc5
Merge pull request #16 from Aroy-Art/dev
Updated site
2021-01-27 18:37:00 +01:00
Aroy-Art
5ddc94d467
Merge pull request #15 from Aroy-Art/dev
Updated Discord fragment
2021-01-20 19:15:44 +01:00
Aroy-Art
ec299af327
Merge pull request #14 from Aroy-Art/dev
Added Discord info
2021-01-20 19:08:08 +01:00
Aroy-Art
e219c7b91e
Merge pull request #13 from Aroy-Art/dev
Updated portfolio
2021-01-17 15:49:34 +01:00
Aroy-Art
230443af77
Merge pull request #12 from Aroy-Art/dev
Added Google analytics id
2021-01-12 09:32:03 +01:00
Aroy-Art
67b112802c
Merge pull request #11 from Aroy-Art/dev
Added krita to list in post "Themes & Icons in KDE"
2020-12-20 17:01:20 +01:00
Aroy-Art
f539ee42fd
Merge pull request #10 from Aroy-Art/dev
Added basic portfolio info
2020-12-17 15:23:50 +01:00
Aroy-Art
6e0ce0265e
Merge pull request #9 from Aroy-Art/dev
Added /tmp to .gitignore
2020-12-16 18:21:30 +01:00
Aroy-Art
12ab0e5b6c
Merge pull request #8 from Aroy-Art/dev
Releies
2020-12-15 12:38:36 +01:00
Aroy-Art
7e32989a7b
Merge pull request #7 from Aroy-Art/dev
Added sketchfab link
2020-12-15 11:20:19 +01:00
Aroy-Art
9610b7f5b6
Merge pull request #6 from Aroy-Art/dev
Changed Color theme
2020-12-15 09:01:26 +01:00
Aroy-Art
4110d963a5
Merge pull request #5 from Aroy-Art/dev
Updated color
2020-12-14 15:13:21 +01:00
Aroy-Art
a2e4ab0045
Merge pull request #4 from Aroy-Art/dev
Dev
2020-12-14 15:03:54 +01:00
EDUDD22
608903bae5
Merge pull request #3 from EDUDD22/dev
Added Art images
2020-12-13 20:10:18 +01:00
EDUDD22
883748e826
Merge pull request #2 from EDUDD22/dev
Added about me information
2020-12-13 20:06:44 +01:00
EDUDD22
fcbd3bcff1
Merge pull request #1 from EDUDD22/dev
Dev
2020-12-02 09:02:41 +01:00
8 changed files with 896 additions and 900 deletions

View file

@ -12,6 +12,9 @@ enableInlineShortcodes: True
# Robot.txt file
enableRobotsTXT: True
# Summary length
summaryLength: 24
#################################################################
@ -170,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: '#'

View file

@ -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

View file

@ -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.

View file

@ -1,7 +1,7 @@
---
title: Creating 360° Equirectangular Images with Hugin
date: 2023-08-04T11:58:40.938Z
lastmod: 2023-11-15T20:37:52.008Z
lastmod: 2024-09-11T17:46:39.391Z
image: /images/blog/2023-08-04-creating-360°-equirectangular-images-with-hugin/ExampleEqui.jpg
description: Creating equirectangular images from 6 separate cube map images using Hugin
tags:
@ -11,8 +11,6 @@ draft: false
slug: creating-360-equirectangular-images-hugin
---
# Creating 360° Equirectangular Images with Hugin
We can use [Hugin](https://hugin.sourceforge.io/) to create an equirectangular image from a six-image cube. For ease of keeping track of things, it is recommended that you name the files back, front, left, right, down, and up.
First, start Hugin and after it starts go to the Interface menu and select Expert from there.

BIN
static/img/avatar-100.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
static/img/avatar-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

@ -1 +1 @@
Subproject commit 2c47cd338caf1f807f7c5e831009bd8d0a68d55b
Subproject commit 8a56acab670e949152919c8201b837eca1300996