From bb30a8b92f1dac2e08bd6ec7014f8c6ce7b359db Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 25 Jan 2024 17:21:59 -0800 Subject: edit recursion article mindmap --- index.org | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'index.org') diff --git a/index.org b/index.org index 9e9685d..49a4049 100644 --- a/index.org +++ b/index.org @@ -62,19 +62,10 @@ website: #+begin_src shell :exports code :results silent cd ~/org/website git add . -git commit -m "add more information for about site" +git commit -m "edit recursion article mindmap" git push github main rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/ #+end_src -#+RESULTS: -| [main | 3f83226] | is | my | website | fixed? | | | | | | | -| 1 | file | changed, | 4 | insertions(+), | 4 | deletions(-) | | | | | | -| sending | incremental | file | list | | | | | | | | | -| index.html | | | | | | | | | | | | -| | 1,400 | 10% | 0.00kB/s | 0:00:00 | | 13,211 | 100% | 11.26MB/s | 0:00:00 | (xfr#1, | to-chk=91/102) | -| | | | | | | | | | | | | -| sent | 3,964 | bytes | received | 154 | bytes | 1,647.20 | bytes/sec | | | | | -| total | size | is | 1,868,773 | speedup | is | 453.81 | | | | | | No, seriously, this is how I update my website. This code block right here. That's right, this website will be filled with code blocks that both act as /examples/ of how the website might be maintained, but also run the commands themselves. -- cgit