aboutsummaryrefslogtreecommitdiff
path: root/blog/index.org
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-05-02 23:25:48 -0700
committerPreston Pan <preston@nullring.xyz>2024-05-02 23:25:48 -0700
commit52978baab0274bc594c8fd3cc749624a475229e2 (patch)
treee33b19050afaef26e66ec78500e07ebf6ce0a05c /blog/index.org
parentd6e2c196f799d0cd5bceb0b5c0260111e739c374 (diff)
a lot of stuff
Diffstat (limited to 'blog/index.org')
-rw-r--r--blog/index.org18
1 files changed, 11 insertions, 7 deletions
diff --git a/blog/index.org b/blog/index.org
index 168e664..f8abcc4 100644
--- a/blog/index.org
+++ b/blog/index.org
@@ -18,16 +18,20 @@ the wiki format of the mindmap and the journal format.
Blog Articles:
@@html: <div class="links-page">@@
#+begin_src shell :results output raw :exports both
-for f in *;
-do
- if [[ "$f" == "index.org" || "$f" == "img" ]]; then
- continue
- fi
- printf -- "- [[file:$f][$f]]\n"
-done
+ for f in *;
+ do
+ if [[ "$f" == "index.org" || "$f" == "img" ]]; then
+ continue
+ fi
+ printf -- "- [[file:$f][$f]]\n"
+ done
#+end_src
#+RESULTS:
+- [[file:automation.org][automation.org]]
+- [[file:crypto.org][crypto.org]]
+- [[file:machine_learning.org][machine_learning.org]]
+- [[file:nixos.org][nixos.org]]
- [[file:stem.org][stem.org]]
@@html: </div>@@