diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-26 13:12:32 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-26 13:12:32 -0800 |
commit | 4e06eef94ddb9b7d66d31598dce44b1de1a1bd84 (patch) | |
tree | c2b2454f4b77e3c8eac6d0fd0caa59b5abf97914 /index.org | |
parent | 1c809c2b458c9b72072683d3b0a3132fccdbe995 (diff) |
add blog post
Diffstat (limited to 'index.org')
-rw-r--r-- | index.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #+title: Introducing ret2pop #+author: Preston Pan #+date: <2023-06-09 Fri> -#+description: My personal website +#+description: A website full of wonder and explanation #+html_head: <link rel="stylesheet" type="text/css" href="style.css" /> #+html_head: <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> #+html_head: <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> @@ -62,7 +62,7 @@ website: #+begin_src shell :exports code :results silent cd ~/org/website git add . -git commit -m "add copyright symbol for real" +git commit -m "add blog post" git push github main rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/ #+end_src |