diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-26 16:44:28 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-26 16:44:28 -0800 |
commit | c9c3d9532f5a9ce2bd5d4874145d2c4a9e750ed5 (patch) | |
tree | d0728bb9fd091d402d704eea345798e43363f5fa | |
parent | d85a9cc60f46c74f1ce17baad473552d1d319f4f (diff) |
add logo
-rw-r--r-- | blog/img/stem.png | bin | 0 -> 7266 bytes | |||
-rw-r--r-- | blog/stem.org | 4 | ||||
-rw-r--r-- | index.org | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/blog/img/stem.png b/blog/img/stem.png Binary files differnew file mode 100644 index 0000000..5b0b084 --- /dev/null +++ b/blog/img/stem.png diff --git a/blog/stem.org b/blog/stem.org index ccc486b..8e61aa2 100644 --- a/blog/stem.org +++ b/blog/stem.org @@ -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]]. @@ -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 |