about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat@tilde.institute <eli@newstartmobile.com>2023-01-16 15:15:46 -0500
committerelioat@tilde.institute <eli@newstartmobile.com>2023-01-16 15:15:46 -0500
commit38a88f955e6e3fb55f1f52d8c73f6ca66590f882 (patch)
treedb8fd3216e3abb7139579c3316b829b59797278e
parent2ef3a6b3dca69e42b7edba66f8eaaf6187775827 (diff)
downloadwiki-38a88f955e6e3fb55f1f52d8c73f6ca66590f882.tar.gz
*
-rw-r--r--bin/snorlax-napping-in-the-snowy-window.pngbin0 -> 228258 bytes
-rw-r--r--content/index.md8
-rwxr-xr-xmynah1
3 files changed, 6 insertions, 3 deletions
diff --git a/bin/snorlax-napping-in-the-snowy-window.png b/bin/snorlax-napping-in-the-snowy-window.png
new file mode 100644
index 0000000..197f495
--- /dev/null
+++ b/bin/snorlax-napping-in-the-snowy-window.png
Binary files differdiff --git a/content/index.md b/content/index.md
index d26b8ed..659bce2 100644
--- a/content/index.md
+++ b/content/index.md
@@ -1,7 +1,9 @@
 # wiki
 
-the start of a little wiki. I am adding some more text to test my `css` stuff.
+This is the start of a little wiki.
 
-![Picture of a beastly cat.](https://eli.li/_assets/_images/ios/9D0EB90B-D874-46BD-80CC-291C360153C6.png)
+![Dithered image of a cat sleeping on a shelf mounted against a window. The window is surrounded by fairy lights, and it is snowing outside.](/bin/snorlax-napping-in-the-snowy-window.png)
 
-Testing pictures, too!
\ No newline at end of file
+- [archive](archive.html)
+- [change log](changelog.html)
+- [feed](feed.xml)
\ No newline at end of file
diff --git a/mynah b/mynah
index 1cf0164..236aa4f 100755
--- a/mynah
+++ b/mynah
@@ -127,6 +127,7 @@ elif [[ "${1-}" =~ ^-*s(earch)?$ ]]; then
 elif [[ "${1-}" =~ ^-*d(eploy)?$ ]]; then
     scp -r public/* elioat@tilde.institute:~/public_html/wiki/
     scp styles.css elioat@tilde.institute:~/public_html/wiki/
+    scp -r bin/* elioat@tilde.institute:~/public_html/wiki/bin/
     exit
 elif [[ "${1-}" =~ ^-*n(est)?$ ]]; then
     if [[ -f content ]]; then