[12/03/23] added subdomains for blog and til, sorted category links accordingly

This commit is contained in:
Andrew Conlin 2023-03-12 18:31:00 +00:00
parent 66983f0a5c
commit 56514e3cef
46 changed files with 3106 additions and 48 deletions

View file

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Fixing php errors in a Nextcloud docker-compose configuration">
<meta property="og:image" content="https://andrewconl.in/assets/images/og-image-template.jpg">
<meta property="og:url" content="/til/2023/03/01/nextcloud-php-errors.html">
<meta property="og:url" content="/til/nextcloud-php-errors">
<title>andrew conlin</title>
<link href="https://use.fontawesome.com/releases/v5.0.2/css/all.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
@ -46,13 +46,13 @@
<div class="col">
<h4>
<a href="/index.html" class="text-decoration-none"> about </a>
<a href="/" class="text-decoration-none"> about </a>
</h4>
</div>
<div class="col">
<h4>
<a href="/blog.html" class="text-decoration-none"> blog </a>
<a href="/blog" class="text-decoration-none"> blog </a>
</h4>
</div>
@ -113,26 +113,26 @@
<p style="font-family:Rubik;font-weight:500;">
<i class="fas fa-calendar"></i>&nbsp;01 Mar 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:gold;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;til&nbsp;</span>
<span style="background-color:gold;color:black;">&nbsp;<a class="text-decoration-none" style="color:black" href="/til"><i class="fas fa-folder"></i>&nbsp;til</a>&nbsp;</span>
&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<i class="fas fa-tag"></i>
<span style="background-color:#171717;color:white;font-family:Rubik;padding:3px;border-radius:10px;">php</span>
<span style="background-color:#171717;color:white;font-family:Rubik;padding:3px;border-radius:10px;"><a class="text-decoration-none" href="http://localhost:4000/blog/tag/php">php</a></span>
,
<span style="background-color:#171717;color:white;font-family:Rubik;padding:3px;border-radius:10px;">nextcloud</span>
<span style="background-color:#171717;color:white;font-family:Rubik;padding:3px;border-radius:10px;"><a class="text-decoration-none" href="http://localhost:4000/blog/tag/nextcloud">nextcloud</a></span>
,
<span style="background-color:#171717;color:white;font-family:Rubik;padding:3px;border-radius:10px;">docker</span>
<span style="background-color:#171717;color:white;font-family:Rubik;padding:3px;border-radius:10px;"><a class="text-decoration-none" href="http://localhost:4000/blog/tag/docker">docker</a></span>
,
<span style="background-color:#171717;color:white;font-family:Rubik;padding:3px;border-radius:10px;">docker-compose</span>
<span style="background-color:#171717;color:white;font-family:Rubik;padding:3px;border-radius:10px;"><a class="text-decoration-none" href="http://localhost:4000/blog/tag/docker-compose">docker-compose</a></span>
</p>