[09/03/23] tags --> categories, added support for tags, changed category formatting
This commit is contained in:
parent
8c53fbd8d5
commit
a65511d465
16 changed files with 143 additions and 108 deletions
|
@ -58,7 +58,7 @@
|
|||
|
||||
<div class="col">
|
||||
<h4>
|
||||
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none"> photos </a>
|
||||
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none"> photos↗ </a>
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
|
@ -110,48 +110,39 @@
|
|||
<ul style="list-style-type:none;margin:0;padding:0;">
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<div style="font-family:Rubik Mono One;">
|
||||
05 Mar 2023 |
|
||||
|
||||
|
||||
<span style="background-color:fuchsia;color:black;">quotes</span>
|
||||
|
||||
<h4><a href="/quotes/2023/03/05/yuri-felsen-on-love.html">Yuri Felsen on love</a></h4>
|
||||
<div style="font-family:Rubik;font-weight:500;">
|
||||
<i class="fas fa-calendar"></i> 05 Mar 2023 |
|
||||
<span style="background-color:fuchsia;color:black;"> <i class="fas fa-folder"></i> quotes </span>
|
||||
</div>
|
||||
<h4><a href="/2023/03/05/yuri-felsen-on-love.html">Yuri Felsen on love</a></h4>
|
||||
“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>
|
||||
<br>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<div style="font-family:Rubik Mono One;">
|
||||
01 Mar 2023 |
|
||||
|
||||
|
||||
<span style="background-color:gold;color:black;">til</span>
|
||||
|
||||
<h4><a href="/til/2023/03/01/nextcloud-php-errors.html">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:gold;color:black;"> <i class="fas fa-folder"></i> til </span>
|
||||
</div>
|
||||
<h4><a href="/2023/03/01/nextcloud-php-errors.html">Fixing php errors in a Nextcloud docker-compose configuration</a></h4>
|
||||
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>
|
||||
<br>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<div style="font-family:Rubik Mono One;">
|
||||
14 Jan 2023 |
|
||||
|
||||
|
||||
<span style="background-color:limegreen;color:black;">thoughts</span>
|
||||
|
||||
|
||||
<span style="background-color:darkgreen;color:white;">journal</span>
|
||||
|
||||
<h4><a href="/thoughts/2023/01/14/musings-on-the-cinema.html">Musings on the power of cinema</a></h4>
|
||||
<div style="font-family:Rubik;font-weight:500;">
|
||||
<i class="fas fa-calendar"></i> 14 Jan 2023 |
|
||||
<span style="background-color:limegreen;color:black;"> <i class="fas fa-folder"></i> thoughts </span>
|
||||
</div>
|
||||
<h4><a href="/2023/01/14/musings-on-the-cinema.html">Musings on the power of cinema</a></h4>
|
||||
I’ve 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>
|
||||
<br>
|
||||
|
@ -162,10 +153,7 @@
|
|||
<br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"
|
||||
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
|
||||
crossorigin="anonymous"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue