]> Untitled Git - monorepo.git/commitdiff
add logo
authorPreston Pan <preston@nullring.xyz>
Sat, 27 Jan 2024 00:44:28 +0000 (16:44 -0800)
committerPreston Pan <preston@nullring.xyz>
Sat, 27 Jan 2024 00:44:28 +0000 (16:44 -0800)
blog/img/stem.png [new file with mode: 0644]
blog/stem.org
index.org

diff --git a/blog/img/stem.png b/blog/img/stem.png
new file mode 100644 (file)
index 0000000..5b0b084
Binary files /dev/null and b/blog/img/stem.png differ
index ccc486b7f889b985bdabe58bde3f3c0f3b4cfd33..8e61aa255847d0ebd80a9871efa20dd57f66c719 100644 (file)
@@ -12,6 +12,10 @@ capabilities. Here, I document the syntax a general guide of programming in the
 as well as some of the process of making it. I will also cover adding new functions
 and objects from the foreign language interface by writing C libraries.
 
+#+CAPTION: The stem programming language, logo designed by Andrei Sova
+#+ATTR_HTML: :height 400px
+[[file:img/stem.png]]
+
 If you don't know what any of that means, that is okay. I will go over the programming language as if this
 is your first programming language, as stem is one of the most simple programming languages
 that is feasible for practical use. For information on how to install stem on MacOS or Linux, see [[https://github.com/ret2pop/stem][the github page]].
index 1cef613d69cfd584f0ec57704866a63a05cbc5f8..4f98201ddc06ceffb9845599344154e75b9af8f6 100644 (file)
--- a/index.org
+++ b/index.org
@@ -63,7 +63,7 @@ website:
 #+begin_src shell :exports code :results silent
 cd ~/org/website
 git add .
-git commit -m "second image"
+git commit -m "add logo"
 git push github main
 rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/
 #+end_src