[12/11/23] Removing site directory

This commit is contained in:
Andrew Conlin 2023-11-12 17:37:44 +00:00
parent 059878220a
commit 7f8ee1eafd
14 changed files with 424 additions and 174 deletions

View file

@ -10,6 +10,7 @@
<link href="https://use.fontawesome.com/releases/v6.0.0/css/all.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/css/default.css" rel="stylesheet">
<script async src="https://umami.andrewconl.in/script.js" data-website-id="ba10ad24-2849-4391-ba43-f362ba947bd1"></script>
</head>
<body>
@ -106,12 +107,12 @@
-->
<div class="col col-md-9 content">
<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 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>
my collection of tils (today-i-learned). i use this mainly to collect solutions to weird errors i have faced, and detail the little projects that i work on. this has its own atom feed (above) as they are typically very different from my other posts. all tils are blog posts but not all blog posts are tils.
</p>
</p>
<hr>
<ul style="list-style-type:none;margin:0;padding:0;">
@ -120,6 +121,12 @@
<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:Geist;font-style: italic;">
@ -161,4 +168,4 @@
</body>
</html>
</html>

View file

@ -10,6 +10,7 @@
<link href="https://use.fontawesome.com/releases/v6.0.0/css/all.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/css/default.css" rel="stylesheet">
<script async src="https://umami.andrewconl.in/script.js" data-website-id="ba10ad24-2849-4391-ba43-f362ba947bd1"></script>
</head>
<body>
@ -106,12 +107,12 @@
-->
<div class="col col-md-9 content">
<h1 style="font-family: Geist Bold;">
Fixing php errors in a Nextcloud docker-compose configuration
<h1 style="font-family: Geist Bold;">
Fixing php errors in a Nextcloud docker-compose configuration
</h1>
<p>
</p>
</p>
<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;
@ -171,4 +172,4 @@ This led me to running this command:</p>
</body>
</html>
</html>

View file

@ -10,6 +10,7 @@
<link href="https://use.fontawesome.com/releases/v6.0.0/css/all.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/css/default.css" rel="stylesheet">
<script async src="https://umami.andrewconl.in/script.js" data-website-id="ba10ad24-2849-4391-ba43-f362ba947bd1"></script>
</head>
<body>
@ -106,12 +107,12 @@
-->
<div class="col col-md-9 content">
<h1 style="font-family: Geist Bold;">
Running a Python script periodically in a Docker container using cron
<h1 style="font-family: Geist Bold;">
Running a Python script periodically in a Docker container using cron
</h1>
<p>
</p>
</p>
<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;
@ -225,4 +226,4 @@ PYTHONPATH=/usr/bin/local/python3
</body>
</html>
</html>