~/blog ❯

$ ls -la ./posts/

-rw-r--r-- 1 dandrok users 11/8/2025 Building a Matrix Terminal Blog: Complete Development Guide.md
-rw-r--r-- 1 dandrok users 6/19/2024 Markdown Style Guide.md
-rw-r--r-- 1 dandrok users 6/1/2024 Using MDX.md
-rw-r--r-- 1 dandrok users 7/22/2022 Third post.md
-rw-r--r-- 1 dandrok users 7/15/2022 Second post.md
-rw-r--r-- 1 dandrok users 7/8/2022 First post.md

Available Articles

Select an article to read, or use terminal mode to navigate like a file system:

Terminal Access

For an authentic terminal experience, click the [BLOG] button above and navigate:

$ cd posts
$ ls -la
$ cat article-name.md
$ cd ..
$ exit

PRO TIP: In terminal mode, you can navigate this blog like a real file system. Each article is a markdown file that you can read using the cat command.