About Social Code
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2025-02-28 21:33:39 +0000
committerLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2025-02-28 21:33:39 +0000
commit65909d33df0aa1c852f69b46b5705b5c678b250c (patch)
tree8832d3185ea1dcc47ee74ba1020c4c8a6d3ee218
parentd0ff6ebaaaec4f183a6abc146aa1b33695f75a4a (diff)
Add png favicon
-rwxr-xr-xdeploy.sh5
-rw-r--r--html/about.html3
-rw-r--r--html/assets/favicon.pngbin0 -> 4859 bytes
-rw-r--r--html/index.html3
-rw-r--r--html/notes/2022_igalia_graphics_team.html3
-rw-r--r--html/notes/2024_igalia_graphics_team.html3
-rw-r--r--html/notes/android_swrast.html3
-rw-r--r--html/notes/baremetal-risc-v.html3
-rw-r--r--html/notes/converting_from_3d_to_2d.html3
-rw-r--r--html/notes/digital_garden.html3
-rw-r--r--html/notes/freedreno_journey.html3
-rw-r--r--html/notes/generating-video.html3
-rw-r--r--html/notes/global_game_jam_2023.html3
-rw-r--r--html/notes/mesa_23_1_contributions_behind_the_scenes.html3
-rw-r--r--html/notes/n64brew-gamejam-2021.html3
-rw-r--r--html/notes/rasterizing-triangles.html3
-rw-r--r--html/notes/vulkanised_2024.html3
-rw-r--r--html/now.html3
-rw-r--r--templates/main.html3
19 files changed, 38 insertions, 18 deletions
diff --git a/deploy.sh b/deploy.sh
index 78ad0d9..e536296 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -1 +1,4 @@
-git subtree push --prefix html origin gh-pages
+# Old deploy to gitlab pages
+# git subtree push --prefix html origin gh-pages
+
+rsync -avz --delete html/ game.fryzekconcepts.com:/var/www/blog/
diff --git a/html/about.html b/html/about.html
index 8a7e5e4..73c0907 100644
--- a/html/about.html
+++ b/html/about.html
@@ -9,7 +9,8 @@
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>
diff --git a/html/assets/favicon.png b/html/assets/favicon.png
new file mode 100644
index 0000000..ba61f69
--- /dev/null
+++ b/html/assets/favicon.png
Binary files differ
diff --git a/html/index.html b/html/index.html
index da95147..47efe59 100644
--- a/html/index.html
+++ b/html/index.html
@@ -9,7 +9,8 @@
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>
diff --git a/html/notes/2022_igalia_graphics_team.html b/html/notes/2022_igalia_graphics_team.html
index f32d41f..c186820 100644
--- a/html/notes/2022_igalia_graphics_team.html
+++ b/html/notes/2022_igalia_graphics_team.html
@@ -10,7 +10,8 @@
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>
diff --git a/html/notes/2024_igalia_graphics_team.html b/html/notes/2024_igalia_graphics_team.html
index d3b7f9f..984eada 100644
--- a/html/notes/2024_igalia_graphics_team.html
+++ b/html/notes/2024_igalia_graphics_team.html
@@ -10,7 +10,8 @@
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>
diff --git a/html/notes/android_swrast.html b/html/notes/android_swrast.html
index 856f8f9..c7edc92 100644
--- a/html/notes/android_swrast.html
+++ b/html/notes/android_swrast.html
@@ -10,7 +10,8 @@
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>
diff --git a/html/notes/baremetal-risc-v.html b/html/notes/baremetal-risc-v.html
index 2632f4c..ad77a6b 100644
--- a/html/notes/baremetal-risc-v.html
+++ b/html/notes/baremetal-risc-v.html
@@ -10,7 +10,8 @@
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>
diff --git a/html/notes/converting_from_3d_to_2d.html b/html/notes/converting_from_3d_to_2d.html
index 162a883..b241852 100644
--- a/html/notes/converting_from_3d_to_2d.html
+++ b/html/notes/converting_from_3d_to_2d.html
@@ -10,7 +10,8 @@
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>
diff --git a/html/notes/digital_garden.html b/html/notes/digital_garden.html
index c3ef570..d75011f 100644
--- a/html/notes/digital_garden.html
+++ b/html/notes/digital_garden.html
@@ -10,7 +10,8 @@
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>
diff --git a/html/notes/freedreno_journey.html b/html/notes/freedreno_journey.html
index 7fee884..29385ba 100644
--- a/html/notes/freedreno_journey.html
+++ b/html/notes/freedreno_journey.html
@@ -10,7 +10,8 @@
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>
diff --git a/html/notes/generating-video.html b/html/notes/generating-video.html
index 7075ea7..b0ce1c8 100644
--- a/html/notes/generating-video.html
+++ b/html/notes/generating-video.html
@@ -10,7 +10,8 @@
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>
diff --git a/html/notes/global_game_jam_2023.html b/html/notes/global_game_jam_2023.html
index 526c24d..afb0cc9 100644
--- a/html/notes/global_game_jam_2023.html
+++ b/html/notes/global_game_jam_2023.html
@@ -10,7 +10,8 @@
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>
diff --git a/html/notes/mesa_23_1_contributions_behind_the_scenes.html b/html/notes/mesa_23_1_contributions_behind_the_scenes.html
index 0a66ee0..11cd1c7 100644
--- a/html/notes/mesa_23_1_contributions_behind_the_scenes.html
+++ b/html/notes/mesa_23_1_contributions_behind_the_scenes.html
@@ -10,7 +10,8 @@
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>
diff --git a/html/notes/n64brew-gamejam-2021.html b/html/notes/n64brew-gamejam-2021.html
index 1ea168e..b7764c2 100644
--- a/html/notes/n64brew-gamejam-2021.html
+++ b/html/notes/n64brew-gamejam-2021.html
@@ -10,7 +10,8 @@
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>
diff --git a/html/notes/rasterizing-triangles.html b/html/notes/rasterizing-triangles.html
index 017a0c7..153a471 100644
--- a/html/notes/rasterizing-triangles.html
+++ b/html/notes/rasterizing-triangles.html
@@ -10,7 +10,8 @@
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>
diff --git a/html/notes/vulkanised_2024.html b/html/notes/vulkanised_2024.html
index b630aa8..99ce749 100644
--- a/html/notes/vulkanised_2024.html
+++ b/html/notes/vulkanised_2024.html
@@ -10,7 +10,8 @@
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>
diff --git a/html/now.html b/html/now.html
index 2e6eee6..bff1e55 100644
--- a/html/now.html
+++ b/html/now.html
@@ -9,7 +9,8 @@
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>
diff --git a/templates/main.html b/templates/main.html
index b24cdb2..8635580 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -21,7 +21,8 @@ $endif$
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
- <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
+ <link rel="icon" type="image/png" href="/assets/favicon.png">
+ <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>
<body>