[06/08/23] removed colour formatting and moved posts to drafts
This commit is contained in:
parent
e36220307a
commit
ac0ca49f97
44 changed files with 282 additions and 3429 deletions
|
@ -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> 19 Apr 2023 |
|
||||
<span style="background-color:#ed0;color:black;"> <i class="fas fa-folder"></i> til </span>
|
||||
<span style="background-color:;color:;"> <i class="fas fa-folder"></i> til </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> 01 Mar 2023 |
|
||||
<span style="background-color:#ed0;color:black;"> <i class="fas fa-folder"></i> til </span>
|
||||
<span style="background-color:;color:;"> <i class="fas fa-folder"></i> til </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>
|
||||
|
|
|
@ -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 @@
|
|||
|
|
||||
<i class="fas fa-clock"></i> 2 minutes
|
||||
|
|
||||
<span style="background-color:#ed0;color:black;"> <a class="text-decoration-none" style="color:black" href="/til/"><i class="fas fa-folder"></i> til</a> </span>
|
||||
<span style="background-color:;color:;"> <a class="text-decoration-none" style="color:" href="/til/"><i class="fas fa-folder"></i> til</a> </span>
|
||||
|
|
||||
<i class="fas fa-tag"></i>
|
||||
|
||||
|
|
|
@ -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 @@
|
|||
|
|
||||
<i class="fas fa-clock"></i> 3 minutes
|
||||
|
|
||||
<span style="background-color:#ed0;color:black;"> <a class="text-decoration-none" style="color:black" href="/til/"><i class="fas fa-folder"></i> til</a> </span>
|
||||
<span style="background-color:;color:;"> <a class="text-decoration-none" style="color:" href="/til/"><i class="fas fa-folder"></i> til</a> </span>
|
||||
|
|
||||
<i class="fas fa-tag"></i>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue