diff --git a/public/categories/index.html b/public/categories/index.html index 69fc9c4..3611035 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -1,6 +1,6 @@ - + @@ -23,13 +23,13 @@ - <script src="/js/main.js"></script> + <script src="/js/main.23cd0c7d837263b9eaeb96ee2d9ccfa2969daa3fa00fa1c1fe8701a9b87251a1.js" integrity="sha256-I80MfYNyY7nq65buLZzPopadqj+gD6HB/ocBqbhyUaE=" crossorigin="anonymous"></script> </head> <body> <header> - <a href=http://localhost:1313/><h1>Coding with Andrzej</h1></a> + <a href=http://192.168.70/><h1>Coding with Andrzej</h1></a> <nav> <ul> @@ -52,7 +52,10 @@ <h1>Categories</h1> -<ul class="page-list"> + + + <ul class="page-list"> + </ul> 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 @@ <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>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 @@ - <script src="/js/main.js"></script> + <script src="/js/main.23cd0c7d837263b9eaeb96ee2d9ccfa2969daa3fa00fa1c1fe8701a9b87251a1.js" integrity="sha256-I80MfYNyY7nq65buLZzPopadqj+gD6HB/ocBqbhyUaE=" crossorigin="anonymous"></script> </head> <body> <header> - <a href=http://localhost:1313/><h1>Coding with Andrzej</h1></a> + <a href=http://192.168.70/><h1>Coding with Andrzej</h1></a> <nav> <ul> @@ -50,7 +50,7 @@ </header> <main> - <p>Hello, and welcome to my devlog. This is where I talk about whatever coding I’ve been up to recently.</p> + <p>Hello, and welcome to my devlog. This is where I talk about whatever coding I’ve been up to recently. Queries to <a href="mailto:ajsWritesCode@gmail.com">ajsWritesCode@gmail.com</a>.</p> <h1>Latest...</h1> 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 @@ <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>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 &ndash; very swish, very modern), and everything seemed to be working just fine, but when I loaded the production site in Firefox&hellip; 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 &ldquo;this is obviously a cache problem&rdquo;, and you&rsquo;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&rsquo;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&rsquo;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&rsquo;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&rsquo;m writing this post both as a means of christening this devlog (<a href="https://demos.ajstepien.xyz">Hi! I&rsquo;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 @@ - <script src="/js/main.js"></script> + <script src="/js/main.23cd0c7d837263b9eaeb96ee2d9ccfa2969daa3fa00fa1c1fe8701a9b87251a1.js" integrity="sha256-I80MfYNyY7nq65buLZzPopadqj+gD6HB/ocBqbhyUaE=" crossorigin="anonymous"></script> </head> <body> <header> - <a href=http://localhost:1313/><h1>Coding with Andrzej</h1></a> + <a href=http://192.168.70/><h1>Coding with Andrzej</h1></a> <nav> <ul> @@ -92,7 +92,7 @@ <div> <div>Tags:</div> - <ul> + <ul class="post-tags"> <li><a href="/tags/css/">Css</a></li> <li><a href="/tags/html/">Html</a></li> <li><a href="/tags/linux/">Linux</a></li> diff --git a/public/posts/index.html b/public/posts/index.html index 907a91b..eb601dd 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -1,6 +1,6 @@ <!DOCTYPE html> <html lang="en-us" dir="ltr"> -<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> +<head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <title> @@ -23,13 +23,13 @@ - <script src="/js/main.js"></script> + <script src="/js/main.23cd0c7d837263b9eaeb96ee2d9ccfa2969daa3fa00fa1c1fe8701a9b87251a1.js" integrity="sha256-I80MfYNyY7nq65buLZzPopadqj+gD6HB/ocBqbhyUaE=" crossorigin="anonymous"></script> </head> <body> <header> - <a href=http://localhost:1313/><h1>Coding with Andrzej</h1></a> + <a href=http://192.168.70/><h1>Coding with Andrzej</h1></a> <nav> <ul> @@ -52,7 +52,10 @@ <h1>Posts</h1> -<ul class="page-list"> + + + <ul class="page-list"> + <li> <h2 class="center"><a href="/posts/cache-busting/">Invalidating the browser cache</a></h2> 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 @@ <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>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 &ndash; very swish, very modern), and everything seemed to be working just fine, but when I loaded the production site in Firefox&hellip; 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 &ldquo;this is obviously a cache problem&rdquo;, and you&rsquo;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&rsquo;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&rsquo;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&rsquo;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&rsquo;m writing this post both as a means of christening this devlog (<a href="https://demos.ajstepien.xyz">Hi! I&rsquo;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..40ac4aa 100644 --- a/public/posts/permissions-strike-again/index.html +++ b/public/posts/permissions-strike-again/index.html @@ -1,6 +1,6 @@ - + @@ -23,13 +23,13 @@ - <script src="/js/main.js"></script> + <script src="/js/main.23cd0c7d837263b9eaeb96ee2d9ccfa2969daa3fa00fa1c1fe8701a9b87251a1.js" integrity="sha256-I80MfYNyY7nq65buLZzPopadqj+gD6HB/ocBqbhyUaE=" crossorigin="anonymous"></script> </head> <body> <header> - <a href=http://localhost:1313/><h1>Coding with Andrzej</h1></a> + <a href=http://192.168.70/><h1>Coding with Andrzej</h1></a> <nav> <ul> @@ -74,7 +74,7 @@ <div> <div>Tags:</div> - <ul> + <ul class="post-tags"> <li><a href="/tags/linux/">Linux</a></li> </ul> </div> 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 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <url> - <loc>http://localhost:1313/tags/css/</loc> + <loc>http://192.168.70/tags/css/</loc> <lastmod>2024-11-13T14:24:21+01:00</lastmod> </url><url> - <loc>http://localhost:1313/tags/html/</loc> + <loc>http://192.168.70/tags/html/</loc> <lastmod>2024-11-13T14:24:21+01:00</lastmod> </url><url> - <loc>http://localhost:1313/posts/cache-busting/</loc> + <loc>http://192.168.70/posts/cache-busting/</loc> <lastmod>2024-11-13T14:24:21+01:00</lastmod> </url><url> - <loc>http://localhost:1313/tags/linux/</loc> + <loc>http://192.168.70/tags/linux/</loc> <lastmod>2024-11-13T14:24:21+01:00</lastmod> </url><url> - <loc>http://localhost:1313/tags/</loc> + <loc>http://192.168.70/tags/</loc> <lastmod>2024-11-13T14:24:21+01:00</lastmod> </url><url> - <loc>http://localhost:1313/posts/permissions-strike-again/</loc> + <loc>http://192.168.70/posts/permissions-strike-again/</loc> <lastmod>2024-11-13T11:53:13+01:00</lastmod> </url><url> - <loc>http://localhost:1313/posts/</loc> + <loc>http://192.168.70/posts/</loc> <lastmod>2023-01-01T08:30:00-07:00</lastmod> </url><url> - <loc>http://localhost:1313/</loc> + <loc>http://192.168.70/</loc> <lastmod>2023-01-01T08:00:00-07:00</lastmod> </url><url> - <loc>http://localhost:1313/categories/</loc> + <loc>http://192.168.70/categories/</loc> </url> </urlset> diff --git a/public/tags/css/index.html b/public/tags/css/index.html index b51fa91..df92a87 100644 --- a/public/tags/css/index.html +++ b/public/tags/css/index.html @@ -1,6 +1,6 @@ <!DOCTYPE html> <html lang="en-us" dir="ltr"> -<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> +<head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <title> @@ -23,13 +23,13 @@ - <script src="/js/main.js"></script> + <script src="/js/main.23cd0c7d837263b9eaeb96ee2d9ccfa2969daa3fa00fa1c1fe8701a9b87251a1.js" integrity="sha256-I80MfYNyY7nq65buLZzPopadqj+gD6HB/ocBqbhyUaE=" crossorigin="anonymous"></script> </head> <body> <header> - <a href=http://localhost:1313/><h1>Coding with Andrzej</h1></a> + <a href=http://192.168.70/><h1>Coding with Andrzej</h1></a> <nav> <ul> @@ -52,7 +52,10 @@ <h1>Css</h1> -<ul class="page-list"> + + + <ul class="page-list"> + <li> <h2 class="center"><a href="/posts/cache-busting/">Invalidating the browser cache</a></h2> 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 @@ <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>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 &ndash; very swish, very modern), and everything seemed to be working just fine, but when I loaded the production site in Firefox&hellip; 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 &ldquo;this is obviously a cache problem&rdquo;, and you&rsquo;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&rsquo;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..0900dd7 100644 --- a/public/tags/html/index.html +++ b/public/tags/html/index.html @@ -1,6 +1,6 @@ - + @@ -23,13 +23,13 @@ - <script src="/js/main.js"></script> + <script src="/js/main.23cd0c7d837263b9eaeb96ee2d9ccfa2969daa3fa00fa1c1fe8701a9b87251a1.js" integrity="sha256-I80MfYNyY7nq65buLZzPopadqj+gD6HB/ocBqbhyUaE=" crossorigin="anonymous"></script> </head> <body> <header> - <a href=http://localhost:1313/><h1>Coding with Andrzej</h1></a> + <a href=http://192.168.70/><h1>Coding with Andrzej</h1></a> <nav> <ul> @@ -52,7 +52,10 @@ <h1>Html</h1> -<ul class="page-list"> + + + <ul class="page-list"> + <li> <h2 class="center"><a href="/posts/cache-busting/">Invalidating the browser cache</a></h2> 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 @@ <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>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 &ndash; very swish, very modern), and everything seemed to be working just fine, but when I loaded the production site in Firefox&hellip; 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 &ldquo;this is obviously a cache problem&rdquo;, and you&rsquo;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&rsquo;s machines? <strong>I needed to cache-bust.</strong></p> diff --git a/public/tags/index.html b/public/tags/index.html index 942819a..da0248c 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -1,6 +1,6 @@ - + @@ -23,13 +23,13 @@ - <script src="/js/main.js"></script> + <script src="/js/main.23cd0c7d837263b9eaeb96ee2d9ccfa2969daa3fa00fa1c1fe8701a9b87251a1.js" integrity="sha256-I80MfYNyY7nq65buLZzPopadqj+gD6HB/ocBqbhyUaE=" crossorigin="anonymous"></script> </head> <body> <header> - <a href=http://localhost:1313/><h1>Coding with Andrzej</h1></a> + <a href=http://192.168.70/><h1>Coding with Andrzej</h1></a> <nav> <ul> @@ -52,7 +52,11 @@ <h1>Tags</h1> -<ul class="page-list"> + + <ul class="post-tags"> + + + <li> <h2 class="center"><a href="/tags/css/">Css</a></h2> 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 @@ <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>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..6eb3bd8 100644 --- a/public/tags/linux/index.html +++ b/public/tags/linux/index.html @@ -1,6 +1,6 @@ - + @@ -23,13 +23,13 @@ - <script src="/js/main.js"></script> + <script src="/js/main.23cd0c7d837263b9eaeb96ee2d9ccfa2969daa3fa00fa1c1fe8701a9b87251a1.js" integrity="sha256-I80MfYNyY7nq65buLZzPopadqj+gD6HB/ocBqbhyUaE=" crossorigin="anonymous"></script> </head> <body> <header> - <a href=http://localhost:1313/><h1>Coding with Andrzej</h1></a> + <a href=http://192.168.70/><h1>Coding with Andrzej</h1></a> <nav> <ul> @@ -52,7 +52,10 @@ <h1>Linux</h1> -<ul class="page-list"> + + + <ul class="page-list"> + <li> <h2 class="center"><a href="/posts/cache-busting/">Invalidating the browser cache</a></h2> 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 @@ <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>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 &ndash; very swish, very modern), and everything seemed to be working just fine, but when I loaded the production site in Firefox&hellip; 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 &ldquo;this is obviously a cache problem&rdquo;, and you&rsquo;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&rsquo;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&rsquo;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&rsquo;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&rsquo;m writing this post both as a means of christening this devlog (<a href="https://demos.ajstepien.xyz">Hi! I&rsquo;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}} +