[06/11/23] Changing font to Vercel's Geist and Geist Mono

This commit is contained in:
Andrew Conlin 2023-11-06 13:59:17 +00:00
parent a7d8893862
commit b10ed0c3a7
98 changed files with 118 additions and 68 deletions

View File

@ -7,7 +7,7 @@
&nbsp;<br>
{% for item in site.data.nav %}
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="{{ item.link }}" class="text-decoration-none" style="color: white;">
<img src="/assets/images/{{ item.icon }}.ico" style="height:30px;width:30px;display: inline;">&nbsp;{{ item.name }}
</a>

View File

@ -16,7 +16,7 @@
<div class="container text-start">
{% include nav.html %}
<div class="col col-md-9 content">
<h1 style="font-weight: 500;">
<h1 style="font-family: Geist Bold;">
{{ page.title }}
</h1>
<p>

View File

@ -2,7 +2,7 @@
layout: default
---
<p style="font-family:Rubik;font-style:italic;">
<p style="font-family:Geist;font-style:italic;">
<img src="/assets/images/write.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;{{ page.date | date_to_string }}
&nbsp;
<img src="/assets/images/alarm.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;{{ content | reading_time | pluralize: "minute" }}

View File

@ -1,6 +1,30 @@
@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap');
@font-face {
font-family: "Geist";
src:
local("Geist"),
url("../fonts/Geist/Geist-Regular.otf") format("opentype"),
url("../fonts/Geist/Geist-Regular.woff2") format("woff");
}
@font-face {
font-family: "Geist Bold";
src:
local("Geist"),
url("../fonts/Geist/Geist-Bold.otf") format("opentype"),
url("../fonts/Geist/Geist-Bold.otf") format("woff");
}
@font-face {
font-family: "Geist Mono";
src:
local("Geist"),
url("../fonts/Geist\ Mono/GeistMono-Regular.otf") format("opentype"),
url("../fonts/Geist\ Mono/GeistMono-Regular.woff2") format("woff");
}
b {
font-family: "Geist Bold";
}
hr {
border: none;
@ -37,12 +61,13 @@ a {
body {
background-color: black;
color: white;
font-family: "Rubik";
font-family: "Geist";
min-height: 100vh;
}
code {
color: gold;
font-family: "Geist Mono";
}
pre {

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -23,7 +23,7 @@
&nbsp;<br>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/" class="text-decoration-none" style="color: white;">
<img src="/assets/images/book.ico" style="height:30px;width:30px;display: inline;">&nbsp;blog
</a>
@ -31,7 +31,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/til" class="text-decoration-none" style="color: white;">
<img src="/assets/images/globe.ico" style="height:30px;width:30px;display: inline;">&nbsp;til
</a>
@ -39,7 +39,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/projects" class="text-decoration-none" style="color: white;">
<img src="/assets/images/computer.ico" style="height:30px;width:30px;display: inline;">&nbsp;projects
</a>
@ -47,7 +47,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none" style="color: white;">
<img src="/assets/images/film.ico" style="height:30px;width:30px;display: inline;">&nbsp;photos↗
</a>
@ -106,13 +106,13 @@
-->
<div class="col col-md-9 content">
<h1 style="font-weight: 500;">
<h1 style="font-family: Geist Bold;">
Musings on the power of cinema
</h1>
<p>
</p>
<p style="font-family:Rubik;font-style:italic;">
<p style="font-family:Geist;font-style:italic;">
<img src="/assets/images/write.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;14 Jan 2023
&nbsp;
<img src="/assets/images/alarm.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;1 minute

View File

@ -23,7 +23,7 @@
&nbsp;<br>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/" class="text-decoration-none" style="color: white;">
<img src="/assets/images/book.ico" style="height:30px;width:30px;display: inline;">&nbsp;blog
</a>
@ -31,7 +31,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/til" class="text-decoration-none" style="color: white;">
<img src="/assets/images/globe.ico" style="height:30px;width:30px;display: inline;">&nbsp;til
</a>
@ -39,7 +39,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/projects" class="text-decoration-none" style="color: white;">
<img src="/assets/images/computer.ico" style="height:30px;width:30px;display: inline;">&nbsp;projects
</a>
@ -47,7 +47,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none" style="color: white;">
<img src="/assets/images/film.ico" style="height:30px;width:30px;display: inline;">&nbsp;photos↗
</a>
@ -106,13 +106,13 @@
-->
<div class="col col-md-9 content">
<h1 style="font-weight: 500;">
<h1 style="font-family: Geist Bold;">
Yuri Felsen on love
</h1>
<p>
</p>
<p style="font-family:Rubik;font-style:italic;">
<p style="font-family:Geist;font-style:italic;">
<img src="/assets/images/write.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;05 Mar 2023
&nbsp;
<img src="/assets/images/alarm.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;1 minute

View File

@ -23,7 +23,7 @@
&nbsp;<br>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/" class="text-decoration-none" style="color: white;">
<img src="/assets/images/book.ico" style="height:30px;width:30px;display: inline;">&nbsp;blog
</a>
@ -31,7 +31,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/til" class="text-decoration-none" style="color: white;">
<img src="/assets/images/globe.ico" style="height:30px;width:30px;display: inline;">&nbsp;til
</a>
@ -39,7 +39,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/projects" class="text-decoration-none" style="color: white;">
<img src="/assets/images/computer.ico" style="height:30px;width:30px;display: inline;">&nbsp;projects
</a>
@ -47,7 +47,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none" style="color: white;">
<img src="/assets/images/film.ico" style="height:30px;width:30px;display: inline;">&nbsp;photos↗
</a>
@ -106,13 +106,13 @@
-->
<div class="col col-md-9 content">
<h1 style="font-weight: 500;">
<h1 style="font-family: Geist Bold;">
A measure of how easily thoughts can be translated to action
</h1>
<p>
</p>
<p style="font-family:Rubik;font-style:italic;">
<p style="font-family:Geist;font-style:italic;">
<img src="/assets/images/write.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;10 Mar 2023
&nbsp;
<img src="/assets/images/alarm.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;2 minutes

View File

@ -23,7 +23,7 @@
&nbsp;<br>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/" class="text-decoration-none" style="color: white;">
<img src="/assets/images/book.ico" style="height:30px;width:30px;display: inline;">&nbsp;blog
</a>
@ -31,7 +31,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/til" class="text-decoration-none" style="color: white;">
<img src="/assets/images/globe.ico" style="height:30px;width:30px;display: inline;">&nbsp;til
</a>
@ -39,7 +39,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/projects" class="text-decoration-none" style="color: white;">
<img src="/assets/images/computer.ico" style="height:30px;width:30px;display: inline;">&nbsp;projects
</a>
@ -47,7 +47,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none" style="color: white;">
<img src="/assets/images/film.ico" style="height:30px;width:30px;display: inline;">&nbsp;photos↗
</a>
@ -106,13 +106,13 @@
-->
<div class="col col-md-9 content">
<h1 style="font-weight: 500;">
<h1 style="font-family: Geist Bold;">
Links aren't performances
</h1>
<p>
</p>
<p style="font-family:Rubik;font-style:italic;">
<p style="font-family:Geist;font-style:italic;">
<img src="/assets/images/write.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;29 Apr 2023
&nbsp;
<img src="/assets/images/alarm.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;1 minute

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-09-13T09:53:14+01:00</updated><id>http://localhost:4000/feed.xml</id><author><name>Andrew Conlin</name></author><entry><title type="html">Links arent performances</title><link href="http://localhost:4000/blog/2023/04/29/links-arent-performances/" rel="alternate" type="text/html" title="Links arent performances" /><published>2023-04-29T00:00:00+01:00</published><updated>2023-04-29T00:00:00+01:00</updated><id>http://localhost:4000/blog/2023/04/29/links-arent-performances</id><content type="html" xml:base="http://localhost:4000/blog/2023/04/29/links-arent-performances/"><![CDATA[<p><em>“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 posted, he infringed on copyright.</em></p>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-11-06T13:57:50+00:00</updated><id>http://localhost:4000/feed.xml</id><author><name>Andrew Conlin</name></author><entry><title type="html">Links arent performances</title><link href="http://localhost:4000/blog/2023/04/29/links-arent-performances/" rel="alternate" type="text/html" title="Links arent performances" /><published>2023-04-29T00:00:00+01:00</published><updated>2023-04-29T00:00:00+01:00</updated><id>http://localhost:4000/blog/2023/04/29/links-arent-performances</id><content type="html" xml:base="http://localhost:4000/blog/2023/04/29/links-arent-performances/"><![CDATA[<p><em>“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 posted, he infringed on copyright.</em></p>
<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>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="http://localhost:4000/feed/blog.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-09-13T09:53:14+01:00</updated><id>http://localhost:4000/feed/blog.xml</id><title type="html"> | Blog</title><author><name>Andrew Conlin</name></author><entry><title type="html">Links arent performances</title><link href="http://localhost:4000/blog/2023/04/29/links-arent-performances/" rel="alternate" type="text/html" title="Links arent performances" /><published>2023-04-29T00:00:00+01:00</published><updated>2023-04-29T00:00:00+01:00</updated><id>http://localhost:4000/blog/2023/04/29/links-arent-performances</id><content type="html" xml:base="http://localhost:4000/blog/2023/04/29/links-arent-performances/"><![CDATA[<p><em>“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 posted, he infringed on copyright.</em></p>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="http://localhost:4000/feed/blog.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-11-06T13:57:50+00:00</updated><id>http://localhost:4000/feed/blog.xml</id><title type="html"> | Blog</title><author><name>Andrew Conlin</name></author><entry><title type="html">Links arent performances</title><link href="http://localhost:4000/blog/2023/04/29/links-arent-performances/" rel="alternate" type="text/html" title="Links arent performances" /><published>2023-04-29T00:00:00+01:00</published><updated>2023-04-29T00:00:00+01:00</updated><id>http://localhost:4000/blog/2023/04/29/links-arent-performances</id><content type="html" xml:base="http://localhost:4000/blog/2023/04/29/links-arent-performances/"><![CDATA[<p><em>“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 posted, he infringed on copyright.</em></p>
<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>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="http://localhost:4000/feed/til.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-09-13T09:53:14+01:00</updated><id>http://localhost:4000/feed/til.xml</id><title type="html"> | Til</title><author><name>Andrew Conlin</name></author><entry><title type="html">Running a Python script periodically in a Docker container using cron</title><link href="http://localhost:4000/til/running-python-in-cron-in-docker/" rel="alternate" type="text/html" title="Running a Python script periodically in a Docker container using cron" /><published>2023-04-19T00:00:00+01:00</published><updated>2023-04-19T00:00:00+01:00</updated><id>http://localhost:4000/til/running-python-in-cron-in-docker</id><content type="html" xml:base="http://localhost:4000/til/running-python-in-cron-in-docker/"><![CDATA[<p>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 “Send-to-Kindle” feature (a blog post about this project is in the works).</p>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="http://localhost:4000/feed/til.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-11-06T13:57:50+00:00</updated><id>http://localhost:4000/feed/til.xml</id><title type="html"> | Til</title><author><name>Andrew Conlin</name></author><entry><title type="html">Running a Python script periodically in a Docker container using cron</title><link href="http://localhost:4000/til/running-python-in-cron-in-docker/" rel="alternate" type="text/html" title="Running a Python script periodically in a Docker container using cron" /><published>2023-04-19T00:00:00+01:00</published><updated>2023-04-19T00:00:00+01:00</updated><id>http://localhost:4000/til/running-python-in-cron-in-docker</id><content type="html" xml:base="http://localhost:4000/til/running-python-in-cron-in-docker/"><![CDATA[<p>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 “Send-to-Kindle” feature (a blog post about this project is in the works).</p>
<p>I loved this idea, and thought it would be no problem to get a Python script up and running periodically on my Raspberry Pi home server using <code class="language-plaintext highlighter-rouge">cron</code>. However, I ran into various issues along the way (some of which were not so easy to resolve), so Im collating all the configuration changes I made in the hopes that it will be useful to someone one day. You can find the full repo for this project <a href="https://github.com/andrwcnln/watchman">here</a>, and I have also included my Dockerfile, docker-compose.yml and crontab at the end of this TIL.</p>

View File

@ -23,7 +23,7 @@
&nbsp;<br>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/" class="text-decoration-none" style="color: white;">
<img src="/assets/images/book.ico" style="height:30px;width:30px;display: inline;">&nbsp;blog
</a>
@ -31,7 +31,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/til" class="text-decoration-none" style="color: white;">
<img src="/assets/images/globe.ico" style="height:30px;width:30px;display: inline;">&nbsp;til
</a>
@ -39,7 +39,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/projects" class="text-decoration-none" style="color: white;">
<img src="/assets/images/computer.ico" style="height:30px;width:30px;display: inline;">&nbsp;projects
</a>
@ -47,7 +47,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none" style="color: white;">
<img src="/assets/images/film.ico" style="height:30px;width:30px;display: inline;">&nbsp;photos↗
</a>
@ -106,7 +106,7 @@
-->
<div class="col col-md-9 content">
<h1 style="font-weight: 500;">
<h1 style="font-family: Geist Bold;">
latest posts <span style="font-size:20px;"><a href="/feed/blog.xml"><i class="fas fa-rss-square"></i></a></span>
</h1>
<p>

View File

@ -23,7 +23,7 @@
&nbsp;<br>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/" class="text-decoration-none" style="color: white;">
<img src="/assets/images/book.ico" style="height:30px;width:30px;display: inline;">&nbsp;blog
</a>
@ -31,7 +31,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/til" class="text-decoration-none" style="color: white;">
<img src="/assets/images/globe.ico" style="height:30px;width:30px;display: inline;">&nbsp;til
</a>
@ -39,7 +39,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/projects" class="text-decoration-none" style="color: white;">
<img src="/assets/images/computer.ico" style="height:30px;width:30px;display: inline;">&nbsp;projects
</a>
@ -47,7 +47,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none" style="color: white;">
<img src="/assets/images/film.ico" style="height:30px;width:30px;display: inline;">&nbsp;photos↗
</a>
@ -106,7 +106,7 @@
-->
<div class="col col-md-9 content">
<h1 style="font-weight: 500;">
<h1 style="font-family: Geist Bold;">
about me
</h1>
<p>

View File

@ -23,7 +23,7 @@
&nbsp;<br>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/" class="text-decoration-none" style="color: white;">
<img src="/assets/images/book.ico" style="height:30px;width:30px;display: inline;">&nbsp;blog
</a>
@ -31,7 +31,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/til" class="text-decoration-none" style="color: white;">
<img src="/assets/images/globe.ico" style="height:30px;width:30px;display: inline;">&nbsp;til
</a>
@ -39,7 +39,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/projects" class="text-decoration-none" style="color: white;">
<img src="/assets/images/computer.ico" style="height:30px;width:30px;display: inline;">&nbsp;projects
</a>
@ -47,7 +47,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none" style="color: white;">
<img src="/assets/images/film.ico" style="height:30px;width:30px;display: inline;">&nbsp;photos↗
</a>
@ -106,7 +106,7 @@
-->
<div class="col col-md-9 content">
<h1 style="font-weight: 500;">
<h1 style="font-family: Geist Bold;">
latest tils <span style="font-size:20px;"><a href="/feed/til.xml"><i class="fas fa-rss-square"></i></a></span>
</h1>
<p>
@ -122,7 +122,7 @@
<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-style: italic;">
<div style="font-family:Geist;font-style: italic;">
<img src="/assets/images/write.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;19 Apr 2023
</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...
@ -141,7 +141,7 @@
<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-style: italic;">
<div style="font-family:Geist;font-style: italic;">
<img src="/assets/images/write.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;01 Mar 2023
</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...

View File

@ -23,7 +23,7 @@
&nbsp;<br>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/" class="text-decoration-none" style="color: white;">
<img src="/assets/images/book.ico" style="height:30px;width:30px;display: inline;">&nbsp;blog
</a>
@ -31,7 +31,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/til" class="text-decoration-none" style="color: white;">
<img src="/assets/images/globe.ico" style="height:30px;width:30px;display: inline;">&nbsp;til
</a>
@ -39,7 +39,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/projects" class="text-decoration-none" style="color: white;">
<img src="/assets/images/computer.ico" style="height:30px;width:30px;display: inline;">&nbsp;projects
</a>
@ -47,7 +47,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none" style="color: white;">
<img src="/assets/images/film.ico" style="height:30px;width:30px;display: inline;">&nbsp;photos↗
</a>
@ -106,13 +106,13 @@
-->
<div class="col col-md-9 content">
<h1 style="font-weight: 500;">
<h1 style="font-family: Geist Bold;">
Fixing php errors in a Nextcloud docker-compose configuration
</h1>
<p>
</p>
<p style="font-family:Rubik;font-style:italic;">
<p style="font-family:Geist;font-style:italic;">
<img src="/assets/images/write.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;01 Mar 2023
&nbsp;
<img src="/assets/images/alarm.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;2 minutes

View File

@ -23,7 +23,7 @@
&nbsp;<br>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/" class="text-decoration-none" style="color: white;">
<img src="/assets/images/book.ico" style="height:30px;width:30px;display: inline;">&nbsp;blog
</a>
@ -31,7 +31,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/til" class="text-decoration-none" style="color: white;">
<img src="/assets/images/globe.ico" style="height:30px;width:30px;display: inline;">&nbsp;til
</a>
@ -39,7 +39,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="/projects" class="text-decoration-none" style="color: white;">
<img src="/assets/images/computer.ico" style="height:30px;width:30px;display: inline;">&nbsp;projects
</a>
@ -47,7 +47,7 @@
</div>
<div class="col">
<h4>
<h4 style="font-family: Geist Bold;">
<a href="http://andrewconlinphotography.co.uk" class="text-decoration-none" style="color: white;">
<img src="/assets/images/film.ico" style="height:30px;width:30px;display: inline;">&nbsp;photos↗
</a>
@ -106,13 +106,13 @@
-->
<div class="col col-md-9 content">
<h1 style="font-weight: 500;">
<h1 style="font-family: Geist Bold;">
Running a Python script periodically in a Docker container using cron
</h1>
<p>
</p>
<p style="font-family:Rubik;font-style:italic;">
<p style="font-family:Geist;font-style:italic;">
<img src="/assets/images/write.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;19 Apr 2023
&nbsp;
<img src="/assets/images/alarm.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;3 minutes

View File

@ -1,6 +1,30 @@
@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap');
@font-face {
font-family: "Geist";
src:
local("Geist"),
url("../fonts/Geist/Geist-Regular.otf") format("opentype"),
url("../fonts/Geist/Geist-Regular.woff2") format("woff");
}
@font-face {
font-family: "Geist Bold";
src:
local("Geist"),
url("../fonts/Geist/Geist-Bold.otf") format("opentype"),
url("../fonts/Geist/Geist-Bold.otf") format("woff");
}
@font-face {
font-family: "Geist Mono";
src:
local("Geist"),
url("../fonts/Geist\ Mono/GeistMono-Regular.otf") format("opentype"),
url("../fonts/Geist\ Mono/GeistMono-Regular.woff2") format("woff");
}
b {
font-family: "Geist Bold";
}
hr {
border: none;
@ -37,12 +61,13 @@ a {
body {
background-color: black;
color: white;
font-family: "Rubik";
font-family: "Geist";
min-height: 100vh;
}
code {
color: gold;
font-family: "Geist Mono";
}
pre {

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -13,7 +13,7 @@ permalink: /til/
{% if category == 'til' %}
<li>
<h4><a href="{{ post.url }}">{{ post.title }}</a></h4>
<div style="font-family:Rubik;font-style: italic;">
<div style="font-family:Geist;font-style: italic;">
<img src="/assets/images/write.ico" style="display: inline;height: 20px;width: 20px;">&nbsp;{{ post.date | date_to_string }}
</div>
{{ post.content | strip_html | truncatewords: 30 }}