+
+
+
diff --git a/public/categories/index.xml b/public/categories/index.xml
index 43962c4..48ce451 100644
--- a/public/categories/index.xml
+++ b/public/categories/index.xml
@@ -2,10 +2,10 @@
Categories on Coding with Andrzej
- http://localhost:1313/categories/
+ http://192.168.70/categories/
Recent content in Categories on Coding with Andrzej
Hugo
en-us
-
+
diff --git a/public/css/main.css b/public/css/main.css
index 796eaa9..5b704a8 100644
--- a/public/css/main.css
+++ b/public/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/public/index.html b/public/index.html
index 1a47182..fb33760 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,7 +1,7 @@
-
+
@@ -24,13 +24,13 @@
-
+
- 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/index.xml b/public/index.xml
index 32e1b3f..39fa639 100644
--- a/public/index.xml
+++ b/public/index.xml
@@ -2,24 +2,24 @@
Home on Coding with Andrzej
- http://localhost:1313/
+ http://192.168.70/
Recent content in Home 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/cache-busting/index.html b/public/posts/cache-busting/index.html
index ddbd9a6..dce15f9 100644
--- a/public/posts/cache-busting/index.html
+++ b/public/posts/cache-busting/index.html
@@ -1,6 +1,6 @@
-
+
@@ -23,13 +23,13 @@
-
+
- Coding with Andrzej
+ Coding with Andrzej