Move build process to external app
This commit is contained in:
@@ -1,41 +0,0 @@
|
||||
{
|
||||
"name": "Its Eric Woodward! (dotcom)",
|
||||
"icons": [
|
||||
{
|
||||
"src": "\/images\/favicons\/android-icon-36x36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image\/png",
|
||||
"density": "0.75"
|
||||
},
|
||||
{
|
||||
"src": "\/images\/favicons\/android-icon-48x48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image\/png",
|
||||
"density": "1.0"
|
||||
},
|
||||
{
|
||||
"src": "\/images\/favicons\/android-icon-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image\/png",
|
||||
"density": "1.5"
|
||||
},
|
||||
{
|
||||
"src": "\/images\/favicons\/android-icon-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image\/png",
|
||||
"density": "2.0"
|
||||
},
|
||||
{
|
||||
"src": "\/images\/favicons\/android-icon-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image\/png",
|
||||
"density": "3.0"
|
||||
},
|
||||
{
|
||||
"src": "\/images\/favicons\/android-icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png",
|
||||
"density": "4.0"
|
||||
}
|
||||
]
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 2.7 MiB |
Binary file not shown.
After Width: | Height: | Size: 3.2 MiB |
Binary file not shown.
After Width: | Height: | Size: 4.0 MiB |
Binary file not shown.
After Width: | Height: | Size: 3.2 MiB |
Binary file not shown.
After Width: | Height: | Size: 3.9 MiB |
Binary file not shown.
After Width: | Height: | Size: 2.8 MiB |
Binary file not shown.
@@ -91,6 +91,28 @@ figure {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* for figure images */
|
||||
|
||||
figure[data-type="image"] a {
|
||||
display: inline-block;
|
||||
padding: .5rem .5rem .3rem;
|
||||
}
|
||||
|
||||
figure[data-type="image"] img {
|
||||
display: inline-block;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
/* for figure images */
|
||||
figure[data-type="video"] {
|
||||
margin-top: .5rem;
|
||||
padding: .5rem;
|
||||
}
|
||||
|
||||
figure[data-type="video"] video {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #25baba;
|
||||
font-size: 2em;
|
||||
|
27
src/sitePosts/journal/2023/08-06-case-troubles.md
Normal file
27
src/sitePosts/journal/2023/08-06-case-troubles.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
title: Case In Point
|
||||
content_type: journal
|
||||
date_pub: 2023-08-06T13:01:00-04:00
|
||||
description: A short post about the recent site outage and the new fan I acquired for the server.
|
||||
tags: computers web server devops
|
||||
---
|
||||
|
||||
Last Sunday evening, quite out of the blue, the web server that hosts this site started making a horrible whining noise. A quick finger-check determined it was the fan making the noise. I tried to clean the unit (and the Pi4 beneath it) with some compressed air, but alas, the damage to the fan had been done.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
Thanks to the magical delivery gnomes, a replacement case arrived the very next day (well, technically it was the following night, which was unfortunately about 2 hours too late for Monday Night's session of [Planar Vagabond](http://www.planarvagabond.com/), but close enough). So, Tuesday morning, I started swapping the old case for the new one, and 15 minutes later, it was back online.
|
||||
|
||||
After some looking around, I went with a ["ICE Tower Cooler" by GeeekPi](https://www.amazon.com/dp/B07V35SXMC?psc=1&ref=ppx_yo2ov_dt_b_product_details). It was relatively inexpensive, easy enough to put together, and the LED in the fan adds a distinctive, #cyberpunk vibe to the machine (particularly compared to the somewhat professional-but-pedestrian original case).
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "App",
|
||||
"name": "<%= site.title -%>",
|
||||
"icons": [
|
||||
{
|
||||
"src": "\/images\/favicons\/android-icon-36x36.png",
|
||||
|
Reference in New Issue
Block a user