aboutsummaryrefslogtreecommitdiff
path: root/index.org
diff options
context:
space:
mode:
Diffstat (limited to 'index.org')
-rw-r--r--index.org11
1 files changed, 1 insertions, 10 deletions
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.