summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/2023/rtx-remakes.md2
-rw-r--r--layouts/_default/all_posts.html8
-rw-r--r--layouts/_default/list.html13
-rw-r--r--layouts/partials/article_list_item.html7
-rw-r--r--resources/_gen/images/QRB6Likh478_hu2903ab4eb5abc0b695050ded3a586c1b_48367_0x600_resize_q90_h2_box.webpbin0 -> 108928 bytes
-rw-r--r--resources/_gen/images/hl1-hallway-rtx_huecfe511727181111068e63e6d5f15e69_41914_1000x0_resize_q90_h2_box_2.webpbin0 -> 26226 bytes
-rw-r--r--resources/_gen/images/hl1-outdoor-nortx_hudb6d7e5d50f707c06af3a0b27740ae4a_703495_1000x0_resize_q90_h2_box.webpbin0 -> 169266 bytes
-rw-r--r--resources/_gen/images/hl1-outdoor-rtx_hubfd1f4ab11282152b876a16fe3c9351b_775478_1000x0_resize_q90_h2_box.webpbin0 -> 176214 bytes
-rw-r--r--resources/_gen/images/hl1-slime-nortx_huc25d86d47a87be0e372901fed70d29b2_415548_1000x0_resize_q90_h2_box.webpbin0 -> 81524 bytes
-rw-r--r--resources/_gen/images/hl1-slime-rtx_hu25153c8a18bd2440a5570532800f8341_358185_1000x0_resize_q90_h2_box.webpbin0 -> 65872 bytes
-rw-r--r--resources/_gen/images/hl1-xen-nortx_hu1b43aaa9a2c0bfb84a7a23c6e3f02acd_258606_1000x0_resize_q90_h2_box.webpbin0 -> 44936 bytes
-rw-r--r--resources/_gen/images/hl1-xen-rtx_hu22d6923e852b93323006c7cbc185a15c_296577_1000x0_resize_q90_h2_box.webpbin0 -> 53028 bytes
12 files changed, 12 insertions, 18 deletions
diff --git a/content/2023/rtx-remakes.md b/content/2023/rtx-remakes.md
index 50193948..ed668e5c 100644
--- a/content/2023/rtx-remakes.md
+++ b/content/2023/rtx-remakes.md
@@ -2,7 +2,7 @@
title: RTX Remakes
category: software
abstract: half life rtx looses mood
-date: 2023-02-26T07:56:31+01:00
+date: 2023-02-26T06:56:31+01:00
year: 2023
draft: false
tags:
diff --git a/layouts/_default/all_posts.html b/layouts/_default/all_posts.html
index 51c9d657..ea5de00f 100644
--- a/layouts/_default/all_posts.html
+++ b/layouts/_default/all_posts.html
@@ -5,13 +5,7 @@
</h2>
<ul>
{{ range where site.RegularPages "Type" "!=" "special"}}
- <li>
- <a href="{{ .Page.Permalink }}">
- <time>{{ .PublishDate.Format "2006-01-02" }}</time>
- &#183;
- {{ .Page.Title }}
- </a>
- </li>
+ {{ partial "partials/article_list_item.html" . }}
{{ end }}
</ul>
</article>
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index c27ce175..d0859265 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,18 +1,11 @@
{{ define "main" }}
<article class="list taxonomy">
<h2>
- {{ humanize .Title }} archives
+ {{ replace .Title "-" " " }} archives
</h2>
<ul>
- {{ $pages := (.Data.Pages) }}
- {{ range $pages }}
- <li>
- <a href="{{ .Page.Permalink }}">
- <time>{{ .PublishDate.Format "2006-01-02" }}</time>
- &#183;
- {{ .Page.Title }}
- </a>
- </li>
+ {{ range .Data.Pages }}
+ {{ partial "partials/article_list_item.html" . }}
{{ end }}
</ul>
</article>
diff --git a/layouts/partials/article_list_item.html b/layouts/partials/article_list_item.html
new file mode 100644
index 00000000..4190d027
--- /dev/null
+++ b/layouts/partials/article_list_item.html
@@ -0,0 +1,7 @@
+<li>
+ <a href="{{ .Page.Permalink }}">
+ <time>{{ .PublishDate.Format "2006-01-02" }}</time>
+ &#183;
+ {{ .Page.Title }}
+ </a>
+</li>
diff --git a/resources/_gen/images/QRB6Likh478_hu2903ab4eb5abc0b695050ded3a586c1b_48367_0x600_resize_q90_h2_box.webp b/resources/_gen/images/QRB6Likh478_hu2903ab4eb5abc0b695050ded3a586c1b_48367_0x600_resize_q90_h2_box.webp
new file mode 100644
index 00000000..2b225298
--- /dev/null
+++ b/resources/_gen/images/QRB6Likh478_hu2903ab4eb5abc0b695050ded3a586c1b_48367_0x600_resize_q90_h2_box.webp
Binary files differ
diff --git a/resources/_gen/images/hl1-hallway-rtx_huecfe511727181111068e63e6d5f15e69_41914_1000x0_resize_q90_h2_box_2.webp b/resources/_gen/images/hl1-hallway-rtx_huecfe511727181111068e63e6d5f15e69_41914_1000x0_resize_q90_h2_box_2.webp
new file mode 100644
index 00000000..1f04a617
--- /dev/null
+++ b/resources/_gen/images/hl1-hallway-rtx_huecfe511727181111068e63e6d5f15e69_41914_1000x0_resize_q90_h2_box_2.webp
Binary files differ
diff --git a/resources/_gen/images/hl1-outdoor-nortx_hudb6d7e5d50f707c06af3a0b27740ae4a_703495_1000x0_resize_q90_h2_box.webp b/resources/_gen/images/hl1-outdoor-nortx_hudb6d7e5d50f707c06af3a0b27740ae4a_703495_1000x0_resize_q90_h2_box.webp
new file mode 100644
index 00000000..c49030f9
--- /dev/null
+++ b/resources/_gen/images/hl1-outdoor-nortx_hudb6d7e5d50f707c06af3a0b27740ae4a_703495_1000x0_resize_q90_h2_box.webp
Binary files differ
diff --git a/resources/_gen/images/hl1-outdoor-rtx_hubfd1f4ab11282152b876a16fe3c9351b_775478_1000x0_resize_q90_h2_box.webp b/resources/_gen/images/hl1-outdoor-rtx_hubfd1f4ab11282152b876a16fe3c9351b_775478_1000x0_resize_q90_h2_box.webp
new file mode 100644
index 00000000..59ebb531
--- /dev/null
+++ b/resources/_gen/images/hl1-outdoor-rtx_hubfd1f4ab11282152b876a16fe3c9351b_775478_1000x0_resize_q90_h2_box.webp
Binary files differ
diff --git a/resources/_gen/images/hl1-slime-nortx_huc25d86d47a87be0e372901fed70d29b2_415548_1000x0_resize_q90_h2_box.webp b/resources/_gen/images/hl1-slime-nortx_huc25d86d47a87be0e372901fed70d29b2_415548_1000x0_resize_q90_h2_box.webp
new file mode 100644
index 00000000..237c5602
--- /dev/null
+++ b/resources/_gen/images/hl1-slime-nortx_huc25d86d47a87be0e372901fed70d29b2_415548_1000x0_resize_q90_h2_box.webp
Binary files differ
diff --git a/resources/_gen/images/hl1-slime-rtx_hu25153c8a18bd2440a5570532800f8341_358185_1000x0_resize_q90_h2_box.webp b/resources/_gen/images/hl1-slime-rtx_hu25153c8a18bd2440a5570532800f8341_358185_1000x0_resize_q90_h2_box.webp
new file mode 100644
index 00000000..19dd7fe5
--- /dev/null
+++ b/resources/_gen/images/hl1-slime-rtx_hu25153c8a18bd2440a5570532800f8341_358185_1000x0_resize_q90_h2_box.webp
Binary files differ
diff --git a/resources/_gen/images/hl1-xen-nortx_hu1b43aaa9a2c0bfb84a7a23c6e3f02acd_258606_1000x0_resize_q90_h2_box.webp b/resources/_gen/images/hl1-xen-nortx_hu1b43aaa9a2c0bfb84a7a23c6e3f02acd_258606_1000x0_resize_q90_h2_box.webp
new file mode 100644
index 00000000..b2ed3268
--- /dev/null
+++ b/resources/_gen/images/hl1-xen-nortx_hu1b43aaa9a2c0bfb84a7a23c6e3f02acd_258606_1000x0_resize_q90_h2_box.webp
Binary files differ
diff --git a/resources/_gen/images/hl1-xen-rtx_hu22d6923e852b93323006c7cbc185a15c_296577_1000x0_resize_q90_h2_box.webp b/resources/_gen/images/hl1-xen-rtx_hu22d6923e852b93323006c7cbc185a15c_296577_1000x0_resize_q90_h2_box.webp
new file mode 100644
index 00000000..2ed64ee7
--- /dev/null
+++ b/resources/_gen/images/hl1-xen-rtx_hu22d6923e852b93323006c7cbc185a15c_296577_1000x0_resize_q90_h2_box.webp
Binary files differ