mirror of
https://github.com/litruv/lit.ruv.wtf.git
synced 2026-07-24 18:56:02 +10:00
1.1 KiB
1.1 KiB
title, date, author, tags
| title | date | author | tags |
|---|---|---|---|
| Welcome to My Blog | 2026-05-10 | Max Litruv Boonzaayer | welcome, meta, introduction |
Welcome to My Blog
This is my first blog post! I'm excited to share my thoughts and experiences with you.
What This Blog Is About
This blog is built using a custom node-based graph system where each blog post is represented as a node in an interactive visual graph. Pretty cool, right?
Features
-
📝 Markdown support with YAML front matter
-
📅 Date-based organization
-
🏷️ Tag system for categorization
-
🎨 Interactive node-based visualization
-
📁 Media support in
data/blog/media/
Technical Details
The build system automatically:
- Scans the
data/blog/directory for.mdfiles - Parses YAML front matter for metadata
- Generates a
blogs.jsonfile - Makes posts available to the BlogPostNode
You can reference images like this:

Code Examples
Here's some example code:
const greeting = "Hello, World!";
console.log(greeting);
Conclusion
Stay tuned for more posts! This is just the beginning of an exciting journey.