[29/04/23] sorting colours, needed to be strings in the data yml

This commit is contained in:
Andrew Conlin 2023-04-29 18:50:50 +01:00
parent ae1b930d77
commit f8e1f5c38d
10 changed files with 48 additions and 48 deletions

View File

@ -1,12 +1,12 @@
til:
backColor: #eedd00
backColor: "#ed0"
textColor: black
thoughts:
backColor: #44dd88
backColor: "#4d8"
textColor: black
quotes:
backColor: #cc6666
backColor: "#c66"
textColor: black
links:
backColor: #3366bb
backColor: "#36b"
textColor: white

View File

@ -12,4 +12,4 @@ _"For starters, it finds that publishing a link can be a "performance" of a copy
_This is a perverse, even surreal take on copyright. The court rejects Linkletter's argument that even Youtube's terms of service warned Proctorio that publishing world-viewable material on its site constituted permission for people to link to and watch that material."_
Via: https://pluralistic.net/2023/04/20/links-arent-performances/#free-ian-linkletter
Via: [Pluralistic](https://pluralistic.net/2023/04/20/links-arent-performances/#free-ian-linkletter])

View File

@ -16,15 +16,15 @@
code {
color: ;
color: #4d8;
}
pre {
color:
color: #4d8
}
::selection {
background-color: ;
background-color: #4d8;
color: black
}
</style>
@ -37,7 +37,7 @@
<h1 class="display-3" style="font-weight:700;position:sticky;top:0;backdrop-filter:blur(10px);z-index:1000;">
<span style="color:black;background-color:;">ac</span>
<span style="color:black;background-color:#4d8;">ac</span>
</h1>
<div class="row row-cols-1 row-cols-md-2">
@ -113,7 +113,7 @@
<p style="font-family:Rubik;font-weight:500;">
<i class="fas fa-calendar"></i>&nbsp;14 Jan 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:;color:black;">&nbsp;<a class="text-decoration-none" style="color:black" href="/blog/category/thoughts"><i class="fas fa-folder"></i>&nbsp;thoughts</a>&nbsp;</span>
<span style="background-color:#4d8;color:black;">&nbsp;<a class="text-decoration-none" style="color:black" href="/blog/category/thoughts"><i class="fas fa-folder"></i>&nbsp;thoughts</a>&nbsp;</span>
&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<i class="fas fa-tag"></i>

View File

@ -16,15 +16,15 @@
code {
color: ;
color: #c66;
}
pre {
color:
color: #c66
}
::selection {
background-color: ;
background-color: #c66;
color: black
}
</style>
@ -37,7 +37,7 @@
<h1 class="display-3" style="font-weight:700;position:sticky;top:0;backdrop-filter:blur(10px);z-index:1000;">
<span style="color:black;background-color:;">ac</span>
<span style="color:black;background-color:#c66;">ac</span>
</h1>
<div class="row row-cols-1 row-cols-md-2">
@ -113,7 +113,7 @@
<p style="font-family:Rubik;font-weight:500;">
<i class="fas fa-calendar"></i>&nbsp;05 Mar 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:;color:black;">&nbsp;<a class="text-decoration-none" style="color:black" href="/blog/category/quotes"><i class="fas fa-folder"></i>&nbsp;quotes</a>&nbsp;</span>
<span style="background-color:#c66;color:black;">&nbsp;<a class="text-decoration-none" style="color:black" href="/blog/category/quotes"><i class="fas fa-folder"></i>&nbsp;quotes</a>&nbsp;</span>
&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<i class="fas fa-tag"></i>

View File

@ -16,15 +16,15 @@
code {
color: ;
color: #4d8;
}
pre {
color:
color: #4d8
}
::selection {
background-color: ;
background-color: #4d8;
color: black
}
</style>
@ -37,7 +37,7 @@
<h1 class="display-3" style="font-weight:700;position:sticky;top:0;backdrop-filter:blur(10px);z-index:1000;">
<span style="color:black;background-color:;">ac</span>
<span style="color:black;background-color:#4d8;">ac</span>
</h1>
<div class="row row-cols-1 row-cols-md-2">
@ -113,7 +113,7 @@
<p style="font-family:Rubik;font-weight:500;">
<i class="fas fa-calendar"></i>&nbsp;10 Mar 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:;color:black;">&nbsp;<a class="text-decoration-none" style="color:black" href="/blog/category/thoughts"><i class="fas fa-folder"></i>&nbsp;thoughts</a>&nbsp;</span>
<span style="background-color:#4d8;color:black;">&nbsp;<a class="text-decoration-none" style="color:black" href="/blog/category/thoughts"><i class="fas fa-folder"></i>&nbsp;thoughts</a>&nbsp;</span>
&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<i class="fas fa-tag"></i>

View File

@ -16,15 +16,15 @@
code {
color: ;
color: #36b;
}
pre {
color:
color: #36b
}
::selection {
background-color: ;
background-color: #36b;
color: white
}
</style>
@ -37,7 +37,7 @@
<h1 class="display-3" style="font-weight:700;position:sticky;top:0;backdrop-filter:blur(10px);z-index:1000;">
<span style="color:white;background-color:;">ac</span>
<span style="color:white;background-color:#36b;">ac</span>
</h1>
<div class="row row-cols-1 row-cols-md-2">
@ -113,7 +113,7 @@
<p style="font-family:Rubik;font-weight:500;">
<i class="fas fa-calendar"></i>&nbsp;29 Apr 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:;color:white;">&nbsp;<a class="text-decoration-none" style="color:white" href="/blog/category/links"><i class="fas fa-folder"></i>&nbsp;links</a>&nbsp;</span>
<span style="background-color:#36b;color:white;">&nbsp;<a class="text-decoration-none" style="color:white" href="/blog/category/links"><i class="fas fa-folder"></i>&nbsp;links</a>&nbsp;</span>
&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<i class="fas fa-tag"></i>
@ -137,7 +137,7 @@
<p><em>This is a perverse, even surreal take on copyright. The court rejects Linkletters argument that even Youtubes terms of service warned Proctorio that publishing world-viewable material on its site constituted permission for people to link to and watch that material.”</em></p>
<p>Via: https://pluralistic.net/2023/04/20/links-arent-performances/#free-ian-linkletter</p>
<p>Via: <a href="https://pluralistic.net/2023/04/20/links-arent-performances/#free-ian-linkletter]">Pluralistic</a></p>
<br>

View File

@ -115,7 +115,7 @@
<h4><a href="/blog/2023/04/29/links-arent-performances/">Links aren't performances</a></h4>
<div style="font-family:Rubik;font-weight:500;">
<i class="fas fa-calendar"></i>&nbsp;29 Apr 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:;color:white;">&nbsp;<i class="fas fa-folder"></i>&nbsp;links&nbsp;</span>
<span style="background-color:#36b;color:white;">&nbsp;<i class="fas fa-folder"></i>&nbsp;links&nbsp;</span>
</div>
“For starters, it finds that publishing a link can be a “performance” of a copyrighted work, which meant that when Linkletter linked to the world-viewable Youtube files that Proctorio had...
<br>
@ -128,7 +128,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>&nbsp;19 Apr 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;til&nbsp;</span>
<span style="background-color:#ed0;color:black;">&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,7 +141,7 @@
<h4><a href="/blog/2023/03/10/putting-thoughts-into-action/">A measure of how easily thoughts can be translated to action</a></h4>
<div style="font-family:Rubik;font-weight:500;">
<i class="fas fa-calendar"></i>&nbsp;10 Mar 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;thoughts&nbsp;</span>
<span style="background-color:#4d8;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;thoughts&nbsp;</span>
</div>
Recently, Ive been using multiple different languages and frameworks (both at work and personally) and Ive been thinking about why I prefer some over others. Ultimately, I think it comes...
<br>
@ -154,7 +154,7 @@
<h4><a href="/blog/2023/03/05/yuri-felsen-on-love/">Yuri Felsen on love</a></h4>
<div style="font-family:Rubik;font-weight:500;">
<i class="fas fa-calendar"></i>&nbsp;05 Mar 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;quotes&nbsp;</span>
<span style="background-color:#c66;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;quotes&nbsp;</span>
</div>
“Like everyone, I have my own, maybe obsessive futile, maybe in some way authentic, vision: all of a sudden, I will imagine the entire homogenous world as it is revealed...
<br>
@ -167,7 +167,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>&nbsp;01 Mar 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;til&nbsp;</span>
<span style="background-color:#ed0;color:black;">&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>
@ -180,7 +180,7 @@
<h4><a href="/blog/2023/01/14/musings-on-the-cinema/">Musings on the power of cinema</a></h4>
<div style="font-family:Rubik;font-weight:500;">
<i class="fas fa-calendar"></i>&nbsp;14 Jan 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;thoughts&nbsp;</span>
<span style="background-color:#4d8;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;thoughts&nbsp;</span>
</div>
Ive realised that going to the cinema makes me sad; a quiet, contemplative melancholy. Ennui. No matter the film, something about the cinema experience is meditative for me. I always...
<br>

View File

@ -115,7 +115,7 @@
<h4><a href="/blog/2023/04/29/links-arent-performances/">Links aren't performances</a></h4>
<div style="font-family:Rubik;font-weight:500;">
<i class="fas fa-calendar"></i>&nbsp;29 Apr 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:;color:white;">&nbsp;<i class="fas fa-folder"></i>&nbsp;links&nbsp;</span>
<span style="background-color:#36b;color:white;">&nbsp;<i class="fas fa-folder"></i>&nbsp;links&nbsp;</span>
</div>
“For starters, it finds that publishing a link can be a “performance” of a copyrighted work, which meant that when Linkletter linked to the world-viewable Youtube files that Proctorio had...
<br>
@ -128,7 +128,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>&nbsp;19 Apr 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;til&nbsp;</span>
<span style="background-color:#ed0;color:black;">&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,7 +141,7 @@
<h4><a href="/blog/2023/03/10/putting-thoughts-into-action/">A measure of how easily thoughts can be translated to action</a></h4>
<div style="font-family:Rubik;font-weight:500;">
<i class="fas fa-calendar"></i>&nbsp;10 Mar 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;thoughts&nbsp;</span>
<span style="background-color:#4d8;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;thoughts&nbsp;</span>
</div>
Recently, Ive been using multiple different languages and frameworks (both at work and personally) and Ive been thinking about why I prefer some over others. Ultimately, I think it comes...
<br>
@ -154,7 +154,7 @@
<h4><a href="/blog/2023/03/05/yuri-felsen-on-love/">Yuri Felsen on love</a></h4>
<div style="font-family:Rubik;font-weight:500;">
<i class="fas fa-calendar"></i>&nbsp;05 Mar 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;quotes&nbsp;</span>
<span style="background-color:#c66;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;quotes&nbsp;</span>
</div>
“Like everyone, I have my own, maybe obsessive futile, maybe in some way authentic, vision: all of a sudden, I will imagine the entire homogenous world as it is revealed...
<br>
@ -167,7 +167,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>&nbsp;01 Mar 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;til&nbsp;</span>
<span style="background-color:#ed0;color:black;">&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>
@ -180,7 +180,7 @@
<h4><a href="/blog/2023/01/14/musings-on-the-cinema/">Musings on the power of cinema</a></h4>
<div style="font-family:Rubik;font-weight:500;">
<i class="fas fa-calendar"></i>&nbsp;14 Jan 2023&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<span style="background-color:;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;thoughts&nbsp;</span>
<span style="background-color:#4d8;color:black;">&nbsp;<i class="fas fa-folder"></i>&nbsp;thoughts&nbsp;</span>
</div>
Ive realised that going to the cinema makes me sad; a quiet, contemplative melancholy. Ennui. No matter the film, something about the cinema experience is meditative for me. I always...
<br>

View File

@ -16,15 +16,15 @@
code {
color: ;
color: #ed0;
}
pre {
color:
color: #ed0
}
::selection {
background-color: ;
background-color: #ed0;
color: black
}
</style>
@ -37,7 +37,7 @@
<h1 class="display-3" style="font-weight:700;position:sticky;top:0;backdrop-filter:blur(10px);z-index:1000;">
<span style="color:black;background-color:;">ac</span>
<span style="color:black;background-color:#ed0;">ac</span>
</h1>
<div class="row row-cols-1 row-cols-md-2">
@ -113,7 +113,7 @@
<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:;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:#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>
&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<i class="fas fa-tag"></i>

View File

@ -16,15 +16,15 @@
code {
color: ;
color: #ed0;
}
pre {
color:
color: #ed0
}
::selection {
background-color: ;
background-color: #ed0;
color: black
}
</style>
@ -37,7 +37,7 @@
<h1 class="display-3" style="font-weight:700;position:sticky;top:0;backdrop-filter:blur(10px);z-index:1000;">
<span style="color:black;background-color:;">ac</span>
<span style="color:black;background-color:#ed0;">ac</span>
</h1>
<div class="row row-cols-1 row-cols-md-2">
@ -113,7 +113,7 @@
<p 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:;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:#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>
&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<i class="fas fa-tag"></i>