diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-31 02:25:14 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-31 02:25:14 -0700 |
| commit | 369c079498ffa28dec74a259e7acd69d09a36106 (patch) | |
| tree | 67971ff0cfc50d8e22a2af94d8aee98cdfd4d262 /blog/index.org | |
| parent | 131261c783e9a2f9a6342f7e341d5c263ce33c2d (diff) | |
fix index page
Diffstat (limited to 'blog/index.org')
| -rw-r--r-- | blog/index.org | 3 |
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]] |
