[06/08/23] removed colour formatting and moved posts to drafts

This commit is contained in:
andrew 2023-08-06 13:46:54 +01:00
parent e36220307a
commit ac0ca49f97
44 changed files with 282 additions and 3429 deletions

View file

@ -10,32 +10,26 @@
<link href="https://use.fontawesome.com/releases/v6.0.0/css/all.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/css/default.css" rel="stylesheet">
<style>
code {
color: #ed0;
}
code {
color: white;
}
pre {
color: #ed0
}
pre {
color: white;
}
::selection {
background-color: #ed0;
color: black
}
</style>
::selection {
background-color: white;
color: black;
}
</style>
</head>
<body>
<div class="container text-start">
<h1 class="display-3" style="font-weight:700;position:sticky;top:0;backdrop-filter:blur(10px);z-index:1000;" id="logo">
<span style="color:black;background-color:#ed0;">ac</span>
<h1 class="display-3" style="font-weight:700;position:sticky;top:0;backdrop-filter:blur(10px);z-index:1000;" id="logo">
<span style="color:black;background-color:white;">ac</span>
</h1>
<div class="row row-cols-1 row-cols-md-2">
<div class="col col-md-3">
@ -59,6 +53,12 @@
</h4>
</div>
<div class="col">
<h4>
<a href="/projects" class="text-decoration-none"> projects </a>
</h4>
</div>
<div class="col">
<h4>
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none"> photos↗ </a>
@ -122,15 +122,11 @@
<li>
<h4><a href="/til/running-python-in-cron-in-docker/">Running a Python script periodically in a Docker container using cron</a></h4>
<div style="font-family:Rubik;font-weight:500;">
<i class="fas fa-calendar"></i>&nbsp;19 Apr 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:#ed0;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;til&nbsp;</span>
<span style="background-color:;color:;">&nbsp;<i class="fas fa-folder"></i>&nbsp;til&nbsp;</span>
</div>
Recently, my partner gave a great idea for utilising my old Kindle: generate a “newspaper” each morning from a bunch of RSS feeds, and email it to the Kindle using...
<br>
@ -141,19 +137,11 @@
<li>
<h4><a href="/til/nextcloud-php-errors/">Fixing php errors in a Nextcloud docker-compose configuration</a></h4>
<div 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:#ed0;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;til&nbsp;</span>
<span style="background-color:;color:;">&nbsp;<i class="fas fa-folder"></i>&nbsp;til&nbsp;</span>
</div>
I was trying to rescan the files in my Nextcloud server (running on Raspberry Pi 4 with DietPi), and kept running into some weird php errors. First error - “could...
<br>
@ -161,10 +149,6 @@
</li>
</ul>
<br>
<br>

View file

@ -10,32 +10,26 @@
<link href="https://use.fontawesome.com/releases/v6.0.0/css/all.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/css/default.css" rel="stylesheet">
<style>
code {
color: #ed0;
}
code {
color: white;
}
pre {
color: #ed0
}
pre {
color: white;
}
::selection {
background-color: #ed0;
color: black
}
</style>
::selection {
background-color: white;
color: black;
}
</style>
</head>
<body>
<div class="container text-start">
<h1 class="display-3" style="font-weight:700;position:sticky;top:0;backdrop-filter:blur(10px);z-index:1000;" id="logo">
<span style="color:black;background-color:#ed0;">ac</span>
<h1 class="display-3" style="font-weight:700;position:sticky;top:0;backdrop-filter:blur(10px);z-index:1000;" id="logo">
<span style="color:black;background-color:white;">ac</span>
</h1>
<div class="row row-cols-1 row-cols-md-2">
<div class="col col-md-3">
@ -59,6 +53,12 @@
</h4>
</div>
<div class="col">
<h4>
<a href="/projects" class="text-decoration-none"> projects </a>
</h4>
</div>
<div class="col">
<h4>
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none"> photos↗ </a>
@ -126,7 +126,7 @@
&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<i class="fas fa-clock"></i>&nbsp;2 minutes
&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:#ed0;color:black;">&nbsp;<a class="text-decoration-none" style="color:black" href="/til/"><i class="fas fa-folder"></i>&nbsp;til</a>&nbsp;</span>
<span style="background-color:;color:;">&nbsp;<a class="text-decoration-none" style="color:" 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>

View file

@ -10,32 +10,26 @@
<link href="https://use.fontawesome.com/releases/v6.0.0/css/all.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/css/default.css" rel="stylesheet">
<style>
code {
color: #ed0;
}
code {
color: white;
}
pre {
color: #ed0
}
pre {
color: white;
}
::selection {
background-color: #ed0;
color: black
}
</style>
::selection {
background-color: white;
color: black;
}
</style>
</head>
<body>
<div class="container text-start">
<h1 class="display-3" style="font-weight:700;position:sticky;top:0;backdrop-filter:blur(10px);z-index:1000;" id="logo">
<span style="color:black;background-color:#ed0;">ac</span>
<h1 class="display-3" style="font-weight:700;position:sticky;top:0;backdrop-filter:blur(10px);z-index:1000;" id="logo">
<span style="color:black;background-color:white;">ac</span>
</h1>
<div class="row row-cols-1 row-cols-md-2">
<div class="col col-md-3">
@ -59,6 +53,12 @@
</h4>
</div>
<div class="col">
<h4>
<a href="/projects" class="text-decoration-none"> projects </a>
</h4>
</div>
<div class="col">
<h4>
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none"> photos↗ </a>
@ -126,7 +126,7 @@
&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<i class="fas fa-clock"></i>&nbsp;3 minutes
&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:#ed0;color:black;">&nbsp;<a class="text-decoration-none" style="color:black" href="/til/"><i class="fas fa-folder"></i>&nbsp;til</a>&nbsp;</span>
<span style="background-color:;color:;">&nbsp;<a class="text-decoration-none" style="color:" 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>