+
+
+
+
\ No newline at end of file
diff --git a/_layouts/default.html b/_layouts/default.html
index 03de281..f311ef7 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -8,15 +8,15 @@
andrew conlin
-
+
- {% include category-style.html %}
+ {% include style.html a=page.categories.first %}
- {% include nav.html %}
+ {% include nav.html a=page.categories.first %}
{{ page.title }}
diff --git a/_layouts/post.html b/_layouts/post.html
index c02f0dc..80efee5 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -13,7 +13,7 @@ layout: default
|
{% for tag in tags %}
- {{ tag }}
+ {{ tag }}
{% if tag != tags.last %}
,
{% endif %}
diff --git a/_layouts/til-post.html b/_layouts/til-post.html
deleted file mode 100644
index e56a7aa..0000000
--- a/_layouts/til-post.html
+++ /dev/null
@@ -1,24 +0,0 @@
----
-layout: default
----
-
-{% assign categories = page.categories %}
-{% assign category = site.data.categories[categories.first] %}
-
-{% assign tags = page.tags %}
-
-
- {{ page.date | date_to_string }} |
- {{ categories.first }}
- |
-
- {% for tag in tags %}
- {{ tag }}
- {% if tag != tags.last %}
- ,
- {% endif %}
- {% endfor %}
-
-
-
-{{ content }}
diff --git a/_posts/blog/2023-04-29-links-arent-performances.md b/_posts/blog/2023-04-29-links-arent-performances.md
index ccc64d6..5a862eb 100644
--- a/_posts/blog/2023-04-29-links-arent-performances.md
+++ b/_posts/blog/2023-04-29-links-arent-performances.md
@@ -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: [Pluralistic](https://pluralistic.net/2023/04/20/links-arent-performances/#free-ian-linkletter])
\ No newline at end of file
+Via: [Pluralistic](https://pluralistic.net/2023/04/20/links-arent-performances/#free-ian-linkletter)
\ No newline at end of file
diff --git a/_posts/til/2023-04-19-running-python-in-cron-in-docker.md b/_posts/til/2023-04-19-running-python-in-cron-in-docker.md
index b7abc02..a0beeee 100644
--- a/_posts/til/2023-04-19-running-python-in-cron-in-docker.md
+++ b/_posts/til/2023-04-19-running-python-in-cron-in-docker.md
@@ -73,7 +73,7 @@ fatal error: Python.h: No such file or directory
I was able to resolve these by adding `python3-dev`, `wheel` and `Cmake` to my `requirements.txt`. These are sometimes required when packages include other binaries or need to compile other code when installed.
## 6. Other useful tips
-- [crontab.guru](crontab.guru) is a great resource for checking `cron` syntax
+- [crontab.guru](https://crontab.guru) is a great resource for checking `cron` syntax
- Installing vim/nano in your Docker container to make the debugging stage easier. This is especially useful for changing your crontab to run much more frequently, or adding debugging messages etc., when the container is up.
I hope this helped you resolve some errors! I've included my Dockerfile, docker-compose.yml and crontab below if you want to set up a similar project or adjust your own files. The full repo is also available [here](https://github.com/andrwcnln/watchman).
diff --git a/_site/2023/01/14/index.html b/_site/2023/01/14/index.html
deleted file mode 100644
index c50b719..0000000
--- a/_site/2023/01/14/index.html
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
- andrew conlin
-
-
-
-
-
-
-
-
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.”
+ “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...
+
+
+
+ “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...
+
+
+
+ Recently, I’ve been using multiple different languages and frameworks (both at work and personally) and I’ve been thinking about why I prefer some over others. Ultimately, I think it comes...
+
+
+
+ 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...
+
+
+
+ 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...
+
+
+
+ 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...
+
+
+
“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...
diff --git a/_site/blog/tag/bootstrap/index.html b/_site/blog/tag/bootstrap/index.html
index 2407a8e..e69de29 100644
--- a/_site/blog/tag/bootstrap/index.html
+++ b/_site/blog/tag/bootstrap/index.html
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
- andrew conlin
-
-
-
-
-
-
-
-
- “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...
-
-
-
- Recently, I’ve been using multiple different languages and frameworks (both at work and personally) and I’ve been thinking about why I prefer some over others. Ultimately, I think it comes...
-
-
-
- “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...
-
-
-
- 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...
-
-
-
@@ -197,7 +195,7 @@ fatal error: Python.h: No such file or directory
6. Other useful tips
-
crontab.guru is a great resource for checking cron syntax
+
crontab.guru is a great resource for checking cron syntax
Installing vim/nano in your Docker container to make the debugging stage easier. This is especially useful for changing your crontab to run much more frequently, or adding debugging messages etc., when the container is up.