diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-26 15:05:31 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-26 15:05:31 -0800 |
commit | ce62963379b700b2327cb7f1cde80e0423c8e713 (patch) | |
tree | 30b723dbc2b77fd4a0ea04f281f710a60b98a43c /index.org | |
parent | b7333af3cdbd4daec4dae05d38a7b246d19828e1 (diff) |
add metaprogramming section
Diffstat (limited to 'index.org')
-rw-r--r-- | index.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ website: #+begin_src shell :exports code :results silent cd ~/org/website git add . -git commit -m "change image size again" +git commit -m "add metaprogramming section" git push github main rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/ #+end_src |