[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
|
@ -11,32 +11,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: white;
|
||||
}
|
||||
|
||||
<style>
|
||||
code {
|
||||
color: #ed0;
|
||||
}
|
||||
pre {
|
||||
color: white;
|
||||
}
|
||||
|
||||
pre {
|
||||
color: #ed0
|
||||
}
|
||||
|
||||
::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">
|
||||
|
@ -60,6 +54,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>
|
||||
|
@ -114,7 +114,7 @@
|
|||
|
||||
|
||||
<h1 style="font-weight: 500;">
|
||||
<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>
|
||||
</h1>
|
||||
<hr>
|
||||
<ul style="list-style-type:none;margin:0;padding:0;">
|
||||
|
@ -125,7 +125,7 @@
|
|||
<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
|
||||
<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...
|
||||
|
@ -139,7 +139,7 @@
|
|||
<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
|
||||
<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...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue