aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2024-06-04 13:36:19 +0200
committerRomain Gonçalves <me@rgoncalves.se>2024-06-04 13:36:19 +0200
commita4a7a2c1c2684cdd8f708e0a5f78f9db8a3013e6 (patch)
tree78e76ca58aa09407a66150313fef874ac86d334b
parentffef41df1db4a7e7c00a2cb493b733738a43b28e (diff)
downloadrgoncalves.se-a4a7a2c1c2684cdd8f708e0a5f78f9db8a3013e6.tar.gz
fix: point image url to static directory
-rw-r--r--src/a/homelab.md8
-rw-r--r--src/a/level-design.md8
-rw-r--r--src/a/rice.md2
-rw-r--r--src/b/2022-07-organizing-qutebrowser-hyperlinks.md4
-rw-r--r--src/b/2023-05-computers-praha.md2
-rw-r--r--templates/default.head4
6 files changed, 14 insertions, 14 deletions
diff --git a/src/a/homelab.md b/src/a/homelab.md
index 4b73319..2fbcb01 100644
--- a/src/a/homelab.md
+++ b/src/a/homelab.md
@@ -15,16 +15,16 @@ My homelab is composed of:
## Pictures
-![](/img/a/homelab/homelab-front-02.jpg)
+![](/static/a/homelab/homelab-front-02.jpg)
> Saying goodbye to FreeBSD and bhyve, and reintroducing OpenBSD and vmd.
> 2021, Q4.
-![](/img/a/homelab/homelab-front-01.jpg)
+![](/static/a/homelab/homelab-front-01.jpg)
> Fighting the IPMI embedded controller. 2020, Q3.
-![](/img/a/homelab/homelab-wip-01.jpg)
+![](/static/a/homelab/homelab-wip-01.jpg)
> Making the rack frame. Notice the inner wooden beams for distributing the
> weight. 2020, Q2.
-![](/img/a/homelab/homelab-wip-02.jpg)
+![](/static/a/homelab/homelab-wip-02.jpg)
> Testing the inner space. 2020, Q2.
diff --git a/src/a/level-design.md b/src/a/level-design.md
index 2849bf1..da34760 100644
--- a/src/a/level-design.md
+++ b/src/a/level-design.md
@@ -13,14 +13,14 @@ to community modding tools for the following games:
For each map, multiple iterations and testing sessions were needed to reach a
playable state.
-![doi-brecourt](/img/a/level-design/doi-brecourt-01.jpg)
+![doi-brecourt](/static/a/level-design/doi-brecourt-01.jpg)
> Playing with HDR built-in effect in the Source engine for an unreleased map.
-![doi-v2forest](/img/a/level-design/doi-v2forest-01.jpg)
+![doi-v2forest](/static/a/level-design/doi-v2forest-01.jpg)
> Complete artistic overhaul for a map ported from Day of Defeat to
> Day of Infamy.
-![doi-ardennes](/img/a/level-design/doi-ardennes-01.jpg)
+![doi-ardennes](/static/a/level-design/doi-ardennes-01.jpg)
> Large scale PvE map, set in the Battle of the Bulge. Co-created with
> Modtools.
@@ -29,7 +29,7 @@ playable state.
I am a former level designer for the multiplayer game
[Resistance and Liberation](https://web.archive.org/web/20190924032538/https://resistance-and-liberation.com/).
-![rnl-carentan](/img/a/level-design/rnl-carentan-01.jpg)
+![rnl-carentan](/static/a/level-design/rnl-carentan-01.jpg)
## See also
diff --git a/src/a/rice.md b/src/a/rice.md
index d5507ee..12cd770 100644
--- a/src/a/rice.md
+++ b/src/a/rice.md
@@ -11,4 +11,4 @@ I am a simple human being: give me my 16 colors and tmux.
## Pictures
-![](/img/a/rice/desktop-current.jpg)
+![](/static/a/rice/desktop-current.jpg)
diff --git a/src/b/2022-07-organizing-qutebrowser-hyperlinks.md b/src/b/2022-07-organizing-qutebrowser-hyperlinks.md
index b8f5655..897db08 100644
--- a/src/b/2022-07-organizing-qutebrowser-hyperlinks.md
+++ b/src/b/2022-07-organizing-qutebrowser-hyperlinks.md
@@ -43,7 +43,7 @@ bookmark file, but ended up doing Python injection from the qutebrowser
configuration file. Thanks to the functions injection, the sorting and
formatting operations are hooked to the `bookmark-add` keybind.
-![qutebrowser-bookmark-popup](/img/b/qutebrowser-bookmark-popup.jpg)
+![qutebrowser-bookmark-popup](/static/b/qutebrowser-bookmark-popup.jpg)
## Implementation
@@ -123,7 +123,7 @@ formatting operations are hooked to the `bookmark-add` keybind.
Now all my bookmark entries are sorted by their titles automatically, and it
looks way better when I preview them!
-![qutebrowser-bookmark-entries](/img/b/qutebrowser-bookmark-entries.jpg)
+![qutebrowser-bookmark-entries](/static/b/qutebrowser-bookmark-entries.jpg)
(Next step: integrate a fuzzy-finder for searching bookmarks)
diff --git a/src/b/2023-05-computers-praha.md b/src/b/2023-05-computers-praha.md
index a87a2f6..c038fb5 100644
--- a/src/b/2023-05-computers-praha.md
+++ b/src/b/2023-05-computers-praha.md
@@ -3,7 +3,7 @@ title: Computers in Praha
date: 2023-05-03
---
-![cell-site-in-praha](/img/b/praha-cell-site.jpg)
+![cell-site-in-praha](/static/b/praha-cell-site.jpg)
## Open Compute
diff --git a/templates/default.head b/templates/default.head
index b25f49c..3cc6f90 100644
--- a/templates/default.head
+++ b/templates/default.head
@@ -1,6 +1,6 @@
<title>rgoncalves.se</title>
<link href="/styles/main.css" rel="stylesheet" type="text/css">
-<link rel="shortcut icon" type="image/jpg" href="/img/favicon.ico"/>
+<link rel="shortcut icon" type="image/jpg" href="/static/favicon.ico"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="googlebot" content="noindex">
@@ -8,4 +8,4 @@
<meta name="og:site_name" content="rgoncalves.se">
<meta name="og:type" content="website">
<meta name="og:description" content="Random bits from a devops engineer">
-<meta name="og:image" content="https://rgoncalves.se/img/favicon.io">
+<meta name="og:image" content="https://rgoncalves.se/static/favicon.io">
remember that computers suck.