aboutsummaryrefslogtreecommitdiff
path: root/index.org
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-26 15:05:31 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-26 15:05:31 -0800
commitce62963379b700b2327cb7f1cde80e0423c8e713 (patch)
tree30b723dbc2b77fd4a0ea04f281f710a60b98a43c /index.org
parentb7333af3cdbd4daec4dae05d38a7b246d19828e1 (diff)
add metaprogramming section
Diffstat (limited to 'index.org')
-rw-r--r--index.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.org b/index.org
index 3ad9568..15e29c0 100644
--- a/index.org
+++ b/index.org
@@ -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