Move build process to external app

This commit is contained in:
2023-08-09 22:05:16 -04:00
parent b09d183a1c
commit 1bec5c0259
13 changed files with 73 additions and 1734 deletions

View File

@@ -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

View File

@@ -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;