aboutsummaryrefslogtreecommitdiff
path: root/blog/index.org
diff options
context:
space:
mode:
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>@@