[06/11/23] Changing font to Vercel's Geist and Geist Mono
This commit is contained in:
parent
a7d8893862
commit
b10ed0c3a7
@ -7,7 +7,7 @@
|
||||
<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;"> {{ item.name }}
|
||||
</a>
|
||||
|
@ -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>
|
||||
|
@ -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;"> {{ page.date | date_to_string }}
|
||||
|
||||
<img src="/assets/images/alarm.ico" style="display: inline;height: 20px;width: 20px;"> {{ content | reading_time | pluralize: "minute" }}
|
||||
|
@ -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 {
|
||||
|
BIN
_site/assets/fonts/Geist Mono/GeistMono-Black.otf
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-Black.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMono-Black.woff2
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-Black.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMono-Bold.otf
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-Bold.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMono-Bold.woff2
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-Bold.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMono-Light.otf
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-Light.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMono-Light.woff2
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-Light.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMono-Medium.otf
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-Medium.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMono-Medium.woff2
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-Medium.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMono-Regular.otf
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-Regular.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMono-Regular.woff2
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-Regular.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMono-SemiBold.otf
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-SemiBold.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMono-SemiBold.woff2
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-SemiBold.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMono-Thin.otf
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-Thin.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMono-Thin.woff2
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-Thin.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMono-UltraBlack.otf
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-UltraBlack.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMono-UltraBlack.woff2
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-UltraBlack.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMono-UltraLight.otf
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-UltraLight.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMono-UltraLight.woff2
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMono-UltraLight.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMonoVF.ttf
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMonoVF.ttf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist Mono/GeistMonoVF.woff2
Normal file
BIN
_site/assets/fonts/Geist Mono/GeistMonoVF.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-Black.otf
Normal file
BIN
_site/assets/fonts/Geist/Geist-Black.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-Black.woff2
Normal file
BIN
_site/assets/fonts/Geist/Geist-Black.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-Bold.otf
Normal file
BIN
_site/assets/fonts/Geist/Geist-Bold.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-Bold.woff2
Normal file
BIN
_site/assets/fonts/Geist/Geist-Bold.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-Light.otf
Normal file
BIN
_site/assets/fonts/Geist/Geist-Light.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-Light.woff2
Normal file
BIN
_site/assets/fonts/Geist/Geist-Light.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-Medium.otf
Normal file
BIN
_site/assets/fonts/Geist/Geist-Medium.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-Medium.woff2
Normal file
BIN
_site/assets/fonts/Geist/Geist-Medium.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-Regular.otf
Normal file
BIN
_site/assets/fonts/Geist/Geist-Regular.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-Regular.woff2
Normal file
BIN
_site/assets/fonts/Geist/Geist-Regular.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-SemiBold.otf
Normal file
BIN
_site/assets/fonts/Geist/Geist-SemiBold.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-SemiBold.woff2
Normal file
BIN
_site/assets/fonts/Geist/Geist-SemiBold.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-Thin.otf
Normal file
BIN
_site/assets/fonts/Geist/Geist-Thin.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-Thin.woff2
Normal file
BIN
_site/assets/fonts/Geist/Geist-Thin.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-UltraBlack.otf
Normal file
BIN
_site/assets/fonts/Geist/Geist-UltraBlack.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-UltraBlack.woff2
Normal file
BIN
_site/assets/fonts/Geist/Geist-UltraBlack.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-UltraLight.otf
Normal file
BIN
_site/assets/fonts/Geist/Geist-UltraLight.otf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/Geist-UltraLight.woff2
Normal file
BIN
_site/assets/fonts/Geist/Geist-UltraLight.woff2
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/GeistVF.ttf
Normal file
BIN
_site/assets/fonts/Geist/GeistVF.ttf
Normal file
Binary file not shown.
BIN
_site/assets/fonts/Geist/GeistVF.woff2
Normal file
BIN
_site/assets/fonts/Geist/GeistVF.woff2
Normal file
Binary file not shown.
@ -23,7 +23,7 @@
|
||||
<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;"> 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;"> 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;"> 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;"> 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;"> 14 Jan 2023
|
||||
|
||||
<img src="/assets/images/alarm.ico" style="display: inline;height: 20px;width: 20px;"> 1 minute
|
||||
|
@ -23,7 +23,7 @@
|
||||
<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;"> 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;"> 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;"> 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;"> 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;"> 05 Mar 2023
|
||||
|
||||
<img src="/assets/images/alarm.ico" style="display: inline;height: 20px;width: 20px;"> 1 minute
|
||||
|
@ -23,7 +23,7 @@
|
||||
<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;"> 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;"> 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;"> 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;"> 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;"> 10 Mar 2023
|
||||
|
||||
<img src="/assets/images/alarm.ico" style="display: inline;height: 20px;width: 20px;"> 2 minutes
|
||||
|
@ -23,7 +23,7 @@
|
||||
<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;"> 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;"> 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;"> 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;"> 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;"> 29 Apr 2023
|
||||
|
||||
<img src="/assets/images/alarm.ico" style="display: inline;height: 20px;width: 20px;"> 1 minute
|
||||
|
@ -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 aren’t performances</title><link href="http://localhost:4000/blog/2023/04/29/links-arent-performances/" rel="alternate" type="text/html" title="Links aren’t 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 aren’t performances</title><link href="http://localhost:4000/blog/2023/04/29/links-arent-performances/" rel="alternate" type="text/html" title="Links aren’t 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 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.”</em></p>
|
||||
|
||||
|
@ -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 aren’t performances</title><link href="http://localhost:4000/blog/2023/04/29/links-arent-performances/" rel="alternate" type="text/html" title="Links aren’t 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 aren’t performances</title><link href="http://localhost:4000/blog/2023/04/29/links-arent-performances/" rel="alternate" type="text/html" title="Links aren’t 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 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.”</em></p>
|
||||
|
||||
|
@ -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 I’m 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>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
<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;"> 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;"> 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;"> 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;"> 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>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<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;"> 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;"> 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;"> 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;"> 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>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<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;"> 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;"> 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;"> 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;"> 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;"> 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;"> 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...
|
||||
|
@ -23,7 +23,7 @@
|
||||
<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;"> 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;"> 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;"> 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;"> 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;"> 01 Mar 2023
|
||||
|
||||
<img src="/assets/images/alarm.ico" style="display: inline;height: 20px;width: 20px;"> 2 minutes
|
||||
|
@ -23,7 +23,7 @@
|
||||
<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;"> 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;"> 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;"> 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;"> 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;"> 19 Apr 2023
|
||||
|
||||
<img src="/assets/images/alarm.ico" style="display: inline;height: 20px;width: 20px;"> 3 minutes
|
||||
|
@ -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 {
|
||||
|
BIN
assets/fonts/Geist Mono/GeistMono-Black.otf
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-Black.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMono-Black.woff2
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-Black.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMono-Bold.otf
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-Bold.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMono-Bold.woff2
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-Bold.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMono-Light.otf
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-Light.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMono-Light.woff2
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-Light.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMono-Medium.otf
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-Medium.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMono-Medium.woff2
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-Medium.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMono-Regular.otf
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-Regular.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMono-Regular.woff2
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-Regular.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMono-SemiBold.otf
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-SemiBold.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMono-SemiBold.woff2
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-SemiBold.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMono-Thin.otf
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-Thin.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMono-Thin.woff2
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-Thin.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMono-UltraBlack.otf
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-UltraBlack.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMono-UltraBlack.woff2
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-UltraBlack.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMono-UltraLight.otf
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-UltraLight.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMono-UltraLight.woff2
Normal file
BIN
assets/fonts/Geist Mono/GeistMono-UltraLight.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMonoVF.ttf
Normal file
BIN
assets/fonts/Geist Mono/GeistMonoVF.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist Mono/GeistMonoVF.woff2
Normal file
BIN
assets/fonts/Geist Mono/GeistMonoVF.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-Black.otf
Normal file
BIN
assets/fonts/Geist/Geist-Black.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-Black.woff2
Normal file
BIN
assets/fonts/Geist/Geist-Black.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-Bold.otf
Normal file
BIN
assets/fonts/Geist/Geist-Bold.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-Bold.woff2
Normal file
BIN
assets/fonts/Geist/Geist-Bold.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-Light.otf
Normal file
BIN
assets/fonts/Geist/Geist-Light.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-Light.woff2
Normal file
BIN
assets/fonts/Geist/Geist-Light.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-Medium.otf
Normal file
BIN
assets/fonts/Geist/Geist-Medium.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-Medium.woff2
Normal file
BIN
assets/fonts/Geist/Geist-Medium.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-Regular.otf
Normal file
BIN
assets/fonts/Geist/Geist-Regular.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-Regular.woff2
Normal file
BIN
assets/fonts/Geist/Geist-Regular.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-SemiBold.otf
Normal file
BIN
assets/fonts/Geist/Geist-SemiBold.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-SemiBold.woff2
Normal file
BIN
assets/fonts/Geist/Geist-SemiBold.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-Thin.otf
Normal file
BIN
assets/fonts/Geist/Geist-Thin.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-Thin.woff2
Normal file
BIN
assets/fonts/Geist/Geist-Thin.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-UltraBlack.otf
Normal file
BIN
assets/fonts/Geist/Geist-UltraBlack.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-UltraBlack.woff2
Normal file
BIN
assets/fonts/Geist/Geist-UltraBlack.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-UltraLight.otf
Normal file
BIN
assets/fonts/Geist/Geist-UltraLight.otf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/Geist-UltraLight.woff2
Normal file
BIN
assets/fonts/Geist/Geist-UltraLight.woff2
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/GeistVF.ttf
Normal file
BIN
assets/fonts/Geist/GeistVF.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/Geist/GeistVF.woff2
Normal file
BIN
assets/fonts/Geist/GeistVF.woff2
Normal file
Binary file not shown.
2
til.html
2
til.html
@ -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;"> {{ post.date | date_to_string }}
|
||||
</div>
|
||||
{{ post.content | strip_html | truncatewords: 30 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user