From 383ca6a0dba02c8cb4fac58fd2050d90928321f0 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 25 Jan 2024 16:47:48 -0800 Subject: add code block in website --- index.org | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'index.org') diff --git a/index.org b/index.org index bc62e1f..756d115 100644 --- a/index.org +++ b/index.org @@ -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 | . | | | | | -- cgit