summaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-31 02:25:24 -0700
committerPreston Pan <ret2pop@nullring.xyz>2026-03-31 02:25:24 -0700
commitf17203b32bd1ecb0d908bbf03b9239e2efde59d6 (patch)
tree67971ff0cfc50d8e22a2af94d8aee98cdfd4d262 /blog
parent42656b6d8e9d433ee9a032605755679157980365 (diff)
parent369c079498ffa28dec74a259e7acd69d09a36106 (diff)
Merge branch 'qtile'
Diffstat (limited to 'blog')
-rw-r--r--blog/index.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/blog/index.org b/blog/index.org
index 67a3440..0ae4ebc 100644
--- a/blog/index.org
+++ b/blog/index.org
@@ -20,7 +20,7 @@ Blog Articles:
#+begin_src shell :results output raw :exports both
for f in *;
do
- if [[ "$f" == "index.org" || "$f" == "README.org" || "$f" == "emacs.el" ]]; then
+ if [[ "$f" == "index.org" || "$f" == "README.org" || "$f" == "emacs.el" || "$f" == "rss.org" ]]; then
continue
fi
@@ -39,7 +39,6 @@ Blog Articles:
- [[file:cognition.org][Cognition]]
- [[file:crypto.org][A Review of Cryptocurrency]]
- [[file:horses.org][Stop Asking for Better Horses]]
-- [[file:machine_learning.org][Machine Learning is Here]]
- [[file:manifesto-1.org][The End of Equality and The Technocratic Imperative]]
- [[file:monorepo.org][My Monorepo]]
- [[file:nixos.org][You should use NixOS]]