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:
parent
558bb529e0
commit
bfea8a3d5f
3 changed files with 4 additions and 50 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue