Compare commits
3 Commits
5fde9a2754
...
v2.0.0-alp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68263b1bad | ||
|
|
b8f65f2ce4 | ||
|
|
820a1f357a |
12
build.sh
12
build.sh
@@ -83,17 +83,13 @@ do
|
|||||||
|
|
||||||
elif [ "$x" == 'copy' ]
|
elif [ "$x" == 'copy' ]
|
||||||
then
|
then
|
||||||
cmd='cp -R'
|
|
||||||
|
|
||||||
files=(
|
|
||||||
'src/.well-known/security.txt'
|
|
||||||
'src/feed/rss.xml'
|
|
||||||
'src/robots.txt'
|
|
||||||
)
|
|
||||||
|
|
||||||
mkdir -p target/.well-known
|
mkdir -p target/.well-known
|
||||||
mkdir -p target/feed
|
mkdir -p target/feed
|
||||||
|
|
||||||
|
cp 'src/feed/rss.xml' 'target/feed/rss.xml'
|
||||||
|
cp 'src/robots.txt' 'target/robots.txt'
|
||||||
|
cp 'src/.well-known/security.txt' 'target/.well-known/security.txt'
|
||||||
|
|
||||||
action=Copying...
|
action=Copying...
|
||||||
|
|
||||||
elif [ "$x" == 'conv-img' ]
|
elif [ "$x" == 'conv-img' ]
|
||||||
|
|||||||
@@ -13,10 +13,12 @@
|
|||||||
<title>Optical Recovery</title>
|
<title>Optical Recovery</title>
|
||||||
<pubDate>10 January, 2026</pubDate>
|
<pubDate>10 January, 2026</pubDate>
|
||||||
<link>https://www.cutieguwu.ca/blog/posts/5_optical_recovery.html</link>
|
<link>https://www.cutieguwu.ca/blog/posts/5_optical_recovery.html</link>
|
||||||
<description>Introducing my optical media recovery utility, and some challenges in development.</description>
|
<description>
|
||||||
|
Introducing my optical media recovery utility, and some challenges in development.
|
||||||
|
</description>
|
||||||
<category>Coding</category>
|
<category>Coding</category>
|
||||||
<category>Programming</category>
|
<category>Programming</category>
|
||||||
<category>Optical Media</category
|
<category>Optical Media</category>
|
||||||
<category>Rust</category>
|
<category>Rust</category>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|||||||
@@ -72,6 +72,7 @@
|
|||||||
body {
|
body {
|
||||||
display: grid;
|
display: grid;
|
||||||
background-color: var(--background-0);
|
background-color: var(--background-0);
|
||||||
|
grid-template-rows: min-content auto;
|
||||||
|
|
||||||
// Adds a margin otherwise for some reason.
|
// Adds a margin otherwise for some reason.
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user