prepare subdirs

This commit is contained in:
Yan Lin 2026-01-30 16:42:49 +01:00
parent 3e8a76214c
commit 9380ddf4d1
8 changed files with 25 additions and 38 deletions

5
content/ais/_index.md Normal file
View file

@ -0,0 +1,5 @@
+++
title = "AI Systems"
sort_by = "date"
paginate_by = 10
+++

View file

@ -1,7 +0,0 @@
+++
title = "Blog"
sort_by = "date"
paginate_by = 10
+++
Occasional thoughts and findings from research and beyond.

View file

@ -1,27 +0,0 @@
+++
title = "Hello, Zola"
date = 2026-01-30
draft = false
+++
This blog has migrated from Quartz to Zola. The previous version was feature-rich with backlinks, graph views, and Obsidian integration. This new version prioritizes simplicity.
## Why the Change?
Quartz is excellent for digital gardens and interconnected notes. However, for a straightforward blog, it carries unnecessary complexity. Zola offers:
- **Fast builds**: Written in Rust, compilation is nearly instant
- **Simple structure**: Plain markdown files with TOML frontmatter
- **No JavaScript dependency**: Static HTML output
- **Nix-friendly**: Single binary, easy to include in flake
## What to Expect
The content focus remains the same:
- Machine learning techniques
- AI systems and infrastructure
- Conference paper summaries
- Occasional homelab notes
The design is intentionally minimal. No fancy features, just words on a page.

View file

@ -0,0 +1,5 @@
+++
title = "Homelab"
sort_by = "date"
paginate_by = 10
+++

View file

@ -0,0 +1,5 @@
+++
title = "ML Techniques"
sort_by = "date"
paginate_by = 10
+++