feat: add blog system with static site generator
- Add blog posts in Markdown (_posts/) - Build script converts MD to HTML at container build time - First posts: building with AI lessons, quick start guide - AGENTS.md documents blog writing style (unixsheikh-inspired)
This commit is contained in:
7
www/package.json
Normal file
7
www/package.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "deardiary-website",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"gray-matter": "^4.0.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user