- Hello, and welcome to my devlog. This is where I talk about whatever coding I’ve been up to recently.
+ Hello, and welcome to my devlog. This is where I talk about whatever coding I’ve been up to recently. Queries to ajsWritesCode@gmail.com.
Latest...
diff --git a/public/posts/cache-busting/index.html b/public/posts/cache-busting/index.html
index ddbd9a6..050ffd0 100644
--- a/public/posts/cache-busting/index.html
+++ b/public/posts/cache-busting/index.html
@@ -92,7 +92,7 @@
Tags:
-
+
- Css
- Html
- Linux
diff --git a/public/posts/index.html b/public/posts/index.html
index 907a91b..6a0772d 100644
--- a/public/posts/index.html
+++ b/public/posts/index.html
@@ -52,7 +52,10 @@
Posts
-
+
+
+
+
-
diff --git a/public/posts/index.xml b/public/posts/index.xml
index a082242..33efc9c 100644
--- a/public/posts/index.xml
+++ b/public/posts/index.xml
@@ -2,24 +2,24 @@
Posts on Coding with Andrzej
- http://localhost:1313/posts/
+ http://192.168.70/posts/
Recent content in Posts on Coding with Andrzej
Hugo
en-us
Wed, 13 Nov 2024 14:24:21 +0100
-
+
-
Invalidating the browser cache
- http://localhost:1313/posts/cache-busting/
+ http://192.168.70/posts/cache-busting/
Wed, 13 Nov 2024 14:24:21 +0100
- http://localhost:1313/posts/cache-busting/
+ http://192.168.70/posts/cache-busting/
<p><strong>I had a bit of an issue with my <a href="https://demos.ajstepien.xyz">website</a> recently.</strong></p>
<p>I pushed some changes incorporating images for the first time (I know – very swish, very modern), and everything seemed to be working just fine, but when I loaded the production site in Firefox… the images were not styled. Stranger still, they <em>were</em> styled when I loaded the same page in Chrome.</p>
<p>The experienced computer touchers amongst you will be saying “this is obviously a cache problem”, and you’re right, it is obviously a cache problem. Pressing <code>CTR + SHIFT + R</code> (which forces Firefox to clear the cache and do a full reload) proved this thesis, and solved the immediate problem for me, on my machine. But what about other people’s machines? <strong>I needed to cache-bust.</strong></p>
-
Permissions strike again
- http://localhost:1313/posts/permissions-strike-again/
+ http://192.168.70/posts/permissions-strike-again/
Wed, 13 Nov 2024 11:53:13 +0100
- http://localhost:1313/posts/permissions-strike-again/
+ http://192.168.70/posts/permissions-strike-again/
<p>Configuring Apache really isn’t rocket science. There are a wealth of great tutorials online, the documentation is very well documented, and the defaults work more or less out of the box. But it’s one of those jobs that I do just infrequently enough that I always forget things in the interim, and end up making the same old mistakes.</p>
<p><em><strong>And it almost always has to do with permissions.</strong></em></p>
<p>So, I’m writing this post both as a means of christening this devlog (<a href="https://demos.ajstepien.xyz">Hi! I’m Andrzej! Hire me!</a>) and also as a reminder to myself that <em>the home folder is not executable by default.</em></p>
diff --git a/public/posts/permissions-strike-again/index.html b/public/posts/permissions-strike-again/index.html
index 6353207..14c7bb5 100644
--- a/public/posts/permissions-strike-again/index.html
+++ b/public/posts/permissions-strike-again/index.html
@@ -74,7 +74,7 @@
diff --git a/public/sitemap.xml b/public/sitemap.xml
index 920e1da..566098c 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -2,30 +2,30 @@
- http://localhost:1313/tags/css/
+ http://192.168.70/tags/css/
2024-11-13T14:24:21+01:00
- http://localhost:1313/tags/html/
+ http://192.168.70/tags/html/
2024-11-13T14:24:21+01:00
- http://localhost:1313/posts/cache-busting/
+ http://192.168.70/posts/cache-busting/
2024-11-13T14:24:21+01:00
- http://localhost:1313/tags/linux/
+ http://192.168.70/tags/linux/
2024-11-13T14:24:21+01:00
- http://localhost:1313/tags/
+ http://192.168.70/tags/
2024-11-13T14:24:21+01:00
- http://localhost:1313/posts/permissions-strike-again/
+ http://192.168.70/posts/permissions-strike-again/
2024-11-13T11:53:13+01:00
- http://localhost:1313/posts/
+ http://192.168.70/posts/
2023-01-01T08:30:00-07:00
- http://localhost:1313/
+ http://192.168.70/
2023-01-01T08:00:00-07:00
- http://localhost:1313/categories/
+ http://192.168.70/categories/
diff --git a/public/tags/css/index.html b/public/tags/css/index.html
index b51fa91..6813229 100644
--- a/public/tags/css/index.html
+++ b/public/tags/css/index.html
@@ -52,7 +52,10 @@
Css
-
+
+
+
+
-
diff --git a/public/tags/css/index.xml b/public/tags/css/index.xml
index edcb6d2..e5f406d 100644
--- a/public/tags/css/index.xml
+++ b/public/tags/css/index.xml
@@ -2,17 +2,17 @@
Css on Coding with Andrzej
- http://localhost:1313/tags/css/
+ http://192.168.70/tags/css/
Recent content in Css on Coding with Andrzej
Hugo
en-us
Wed, 13 Nov 2024 14:24:21 +0100
-
+
-
Invalidating the browser cache
- http://localhost:1313/posts/cache-busting/
+ http://192.168.70/posts/cache-busting/
Wed, 13 Nov 2024 14:24:21 +0100
- http://localhost:1313/posts/cache-busting/
+ http://192.168.70/posts/cache-busting/
<p><strong>I had a bit of an issue with my <a href="https://demos.ajstepien.xyz">website</a> recently.</strong></p>
<p>I pushed some changes incorporating images for the first time (I know – very swish, very modern), and everything seemed to be working just fine, but when I loaded the production site in Firefox… the images were not styled. Stranger still, they <em>were</em> styled when I loaded the same page in Chrome.</p>
<p>The experienced computer touchers amongst you will be saying “this is obviously a cache problem”, and you’re right, it is obviously a cache problem. Pressing <code>CTR + SHIFT + R</code> (which forces Firefox to clear the cache and do a full reload) proved this thesis, and solved the immediate problem for me, on my machine. But what about other people’s machines? <strong>I needed to cache-bust.</strong></p>
diff --git a/public/tags/html/index.html b/public/tags/html/index.html
index b5795d4..303c087 100644
--- a/public/tags/html/index.html
+++ b/public/tags/html/index.html
@@ -52,7 +52,10 @@
Html
-
+
+
+
+
-
diff --git a/public/tags/html/index.xml b/public/tags/html/index.xml
index 993a065..c6574ae 100644
--- a/public/tags/html/index.xml
+++ b/public/tags/html/index.xml
@@ -2,17 +2,17 @@
Html on Coding with Andrzej
- http://localhost:1313/tags/html/
+ http://192.168.70/tags/html/
Recent content in Html on Coding with Andrzej
Hugo
en-us
Wed, 13 Nov 2024 14:24:21 +0100
-
+
-
Invalidating the browser cache
- http://localhost:1313/posts/cache-busting/
+ http://192.168.70/posts/cache-busting/
Wed, 13 Nov 2024 14:24:21 +0100
- http://localhost:1313/posts/cache-busting/
+ http://192.168.70/posts/cache-busting/
<p><strong>I had a bit of an issue with my <a href="https://demos.ajstepien.xyz">website</a> recently.</strong></p>
<p>I pushed some changes incorporating images for the first time (I know – very swish, very modern), and everything seemed to be working just fine, but when I loaded the production site in Firefox… the images were not styled. Stranger still, they <em>were</em> styled when I loaded the same page in Chrome.</p>
<p>The experienced computer touchers amongst you will be saying “this is obviously a cache problem”, and you’re right, it is obviously a cache problem. Pressing <code>CTR + SHIFT + R</code> (which forces Firefox to clear the cache and do a full reload) proved this thesis, and solved the immediate problem for me, on my machine. But what about other people’s machines? <strong>I needed to cache-bust.</strong></p>
diff --git a/public/tags/index.html b/public/tags/index.html
index 942819a..d37ffcd 100644
--- a/public/tags/index.html
+++ b/public/tags/index.html
@@ -52,7 +52,11 @@
Tags
-
+
+
+
+
+
-
diff --git a/public/tags/index.xml b/public/tags/index.xml
index 7dd0957..ddf16fd 100644
--- a/public/tags/index.xml
+++ b/public/tags/index.xml
@@ -2,31 +2,31 @@
Tags on Coding with Andrzej
- http://localhost:1313/tags/
+ http://192.168.70/tags/
Recent content in Tags on Coding with Andrzej
Hugo
en-us
Wed, 13 Nov 2024 14:24:21 +0100
-
+
-
Css
- http://localhost:1313/tags/css/
+ http://192.168.70/tags/css/
Wed, 13 Nov 2024 14:24:21 +0100
- http://localhost:1313/tags/css/
+ http://192.168.70/tags/css/
-
Html
- http://localhost:1313/tags/html/
+ http://192.168.70/tags/html/
Wed, 13 Nov 2024 14:24:21 +0100
- http://localhost:1313/tags/html/
+ http://192.168.70/tags/html/
-
Linux
- http://localhost:1313/tags/linux/
+ http://192.168.70/tags/linux/
Wed, 13 Nov 2024 14:24:21 +0100
- http://localhost:1313/tags/linux/
+ http://192.168.70/tags/linux/
diff --git a/public/tags/linux/index.html b/public/tags/linux/index.html
index 9c5be0e..45f6ee8 100644
--- a/public/tags/linux/index.html
+++ b/public/tags/linux/index.html
@@ -52,7 +52,10 @@
Linux
-
+
+
+
+
-
diff --git a/public/tags/linux/index.xml b/public/tags/linux/index.xml
index 1458939..176148f 100644
--- a/public/tags/linux/index.xml
+++ b/public/tags/linux/index.xml
@@ -2,24 +2,24 @@
Linux on Coding with Andrzej
- http://localhost:1313/tags/linux/
+ http://192.168.70/tags/linux/
Recent content in Linux on Coding with Andrzej
Hugo
en-us
Wed, 13 Nov 2024 14:24:21 +0100
-
+
-
Invalidating the browser cache
- http://localhost:1313/posts/cache-busting/
+ http://192.168.70/posts/cache-busting/
Wed, 13 Nov 2024 14:24:21 +0100
- http://localhost:1313/posts/cache-busting/
+ http://192.168.70/posts/cache-busting/
<p><strong>I had a bit of an issue with my <a href="https://demos.ajstepien.xyz">website</a> recently.</strong></p>
<p>I pushed some changes incorporating images for the first time (I know – very swish, very modern), and everything seemed to be working just fine, but when I loaded the production site in Firefox… the images were not styled. Stranger still, they <em>were</em> styled when I loaded the same page in Chrome.</p>
<p>The experienced computer touchers amongst you will be saying “this is obviously a cache problem”, and you’re right, it is obviously a cache problem. Pressing <code>CTR + SHIFT + R</code> (which forces Firefox to clear the cache and do a full reload) proved this thesis, and solved the immediate problem for me, on my machine. But what about other people’s machines? <strong>I needed to cache-bust.</strong></p>
-
Permissions strike again
- http://localhost:1313/posts/permissions-strike-again/
+ http://192.168.70/posts/permissions-strike-again/
Wed, 13 Nov 2024 11:53:13 +0100
- http://localhost:1313/posts/permissions-strike-again/
+ http://192.168.70/posts/permissions-strike-again/
<p>Configuring Apache really isn’t rocket science. There are a wealth of great tutorials online, the documentation is very well documented, and the defaults work more or less out of the box. But it’s one of those jobs that I do just infrequently enough that I always forget things in the interim, and end up making the same old mistakes.</p>
<p><em><strong>And it almost always has to do with permissions.</strong></em></p>
<p>So, I’m writing this post both as a means of christening this devlog (<a href="https://demos.ajstepien.xyz">Hi! I’m Andrzej! Hire me!</a>) and also as a reminder to myself that <em>the home folder is not executable by default.</em></p>
diff --git a/themes/cuqui/assets/css/main.css b/themes/cuqui/assets/css/main.css
index 796eaa9..5b704a8 100644
--- a/themes/cuqui/assets/css/main.css
+++ b/themes/cuqui/assets/css/main.css
@@ -65,6 +65,7 @@ body {
font-size: 1.6rem;
line-height: 1.5;
width: 100vw;
+ height: 100vh;
/* FLEX */
display: flex;
@@ -84,6 +85,7 @@ header {
main {
max-width: 100%;
+ flex-grow: 1;
@media screen and (min-width:600px) {
max-width: 800px;
@@ -106,6 +108,7 @@ header {
h1 {
font-size: 4rem;
+ margin-top: 0;
}
}
@@ -120,7 +123,8 @@ time {
footer {
- border-top: 1px solid #222;
+ width: 100%;
+ border-top: 1rem solid var(--rp-pine);
margin-top: 1rem;
}
@@ -187,6 +191,7 @@ nav>ul>li>a {
font-size: 2rem;
}
+/* PAGE LISTS */
.page-list>li {
padding: 1rem 1rem 2rem 1rem;
border-top: 1rem solid var(--rp-pine);
@@ -197,7 +202,26 @@ nav>ul>li>a {
;
}
+
.center {
width: fit-content;
margin: auto;
}
+
+/* TAGS */
+.post-tags {
+ display: flex;
+ gap: 1em;
+}
+
+.post-tags>li {
+
+
+ @media screen and (min-width:600px) {
+ font-size: 3rem;
+ }
+
+ background-image: linear-gradient(to bottom, var(--rp-overlay) 80%, var(--rp-base));
+ padding: 0.4em;
+ border-radius: 0.6em 0.6em 0 0;
+}
diff --git a/themes/cuqui/content/_index.md b/themes/cuqui/content/_index.md
index 2da7e32..27fb449 100644
--- a/themes/cuqui/content/_index.md
+++ b/themes/cuqui/content/_index.md
@@ -4,4 +4,4 @@ date = 2023-01-01T08:00:00-07:00
draft = false
+++
-Hello, and welcome to my devlog. This is where I talk about whatever coding I've been up to recently.
+Hello, and welcome to my devlog. This is where I talk about whatever coding I've been up to recently. Queries to ajsWritesCode@gmail.com.
diff --git a/themes/cuqui/layouts/_default/list.html b/themes/cuqui/layouts/_default/list.html
index 189fad0..150b173 100644
--- a/themes/cuqui/layouts/_default/list.html
+++ b/themes/cuqui/layouts/_default/list.html
@@ -2,7 +2,13 @@
{{ .Title }}
{{ .Content }}
{{$isTags := strings.Contains .Title "Tags"}}
-
+ {{if $isTags}}
+
+ {{end}}
+ {{if $isTags}}
+ {{else}}
+
+ {{end}}
{{ range .Pages }}
-
diff --git a/themes/cuqui/layouts/partials/terms.html b/themes/cuqui/layouts/partials/terms.html
index 8a6ebec..a77b73a 100644
--- a/themes/cuqui/layouts/partials/terms.html
+++ b/themes/cuqui/layouts/partials/terms.html
@@ -14,7 +14,7 @@ For a given taxonomy, renders a list of terms assigned to the page.
{{- $label := (index . 0).Parent.LinkTitle }}