Remove content template and migrate blog project to research template

- Delete scripts/templates/content.sh template
- Remove content template case from project-launcher.sh
- Update blog project configuration to use research template with remote sync

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Yan Lin 2025-07-29 09:45:45 +02:00
parent 558bb529e0
commit bfea8a3d5f
3 changed files with 4 additions and 50 deletions

View file

@ -22,11 +22,13 @@
};
blog = {
template = "content";
template = "research";
name = "blog";
codePath = "/Users/yanlin/Documents/Projects/personal-blog";
contentPath = "/Users/yanlin/Documents/Projects/personal-blog/content";
paperPath = "/Users/yanlin/Documents/Projects/personal-blog/content";
description = "Personal blog project";
server = "personal-vps";
remoteDir = "~/blog";
};
homepage = {