diff options
Diffstat (limited to 'index.org')
-rw-r--r-- | index.org | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -59,16 +59,10 @@ Who is the man behind ret2pop? How do you contact him? So many mysteries await†** About this Website I wrote this website in org mode. For more information, see the [[file:README.org][README]]. Here is how I upload my website: -#+begin_src shell +#+begin_src shell :exports code cd ~/org/website git add . git commit -m "add code block in website" git push github main rsync ~/website_html/ root@nullring.xyz:/var/www/ret2pop/ #+end_src - -#+RESULTS: -| [main | 9d15d37] | add | code | block | in | website | -| 12 | files | changed, | 131 | insertions(+), | 39 | deletions(-) | -| create | mode | 100644 | journal/20240125.org | | | | -| skipping | directory | . | | | | | |