Minor update of blog project

This commit is contained in:
Yan Lin 2025-09-09 14:50:24 +02:00
parent 54918b4361
commit 9ddec73c1f

View file

@ -48,18 +48,12 @@ in
description = "Personal blog";
windows = [
{
name = "c";
name = "";
path = homePath "Documents/Projects/personal-blog";
ai = true;
git = true;
shell = true;
}
{
name = "p";
path = homePath "Documents/Projects/personal-blog/content";
ai = true;
git = false;
}
];
};