aboutsummaryrefslogtreecommitdiff
path: root/index.org
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-26 14:45:43 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-26 14:45:43 -0800
commit8f53a0c5071860fc656bb3445e82443de216636a (patch)
tree6ef6ddbd9943d566e7b3430f0eb19ce5099ff3c6 /index.org
parent0dc42e44798326003673b93153b76e8540e360ee (diff)
add image and start of metaprogramming article
Diffstat (limited to 'index.org')
-rw-r--r--index.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.org b/index.org
index 43087aa..89b0969 100644
--- a/index.org
+++ b/index.org
@@ -31,7 +31,8 @@ If you're interested, you can read my [[file:journal/index.org][journal]]. Note
entire personal life but instead will be a focus on interesting things that I
think of or things that are of a technical nature.
* [[file:blog/index.org][Blog]]
-My blog contains many longer writings that do not fit into the mindmap format.
+My blog contains many longer writings that do not fit into the mindmap format, and some
+of my writings on some of the projects that I've done.
* [[file:mindmap/index.org][Mindmap]]
I also have a mindmap, for those of you who are interested in knowing everything.
** What is a mindmap?
@@ -62,7 +63,7 @@ website:
#+begin_src shell :exports code :results silent
cd ~/org/website
git add .
-git commit -m "add blog post"
+git commit -m "add image and start of metaprogramming article"
git push github main
rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/
#+end_src