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
|
|
@ -108,13 +108,6 @@ case "$TEMPLATE" in
|
|||
"basic")
|
||||
exec "$TEMPLATES_DIR/basic.sh" "$SESSION_NAME" "$CODE_PATH"
|
||||
;;
|
||||
"content")
|
||||
if [ -z "$CONTENT_PATH" ]; then
|
||||
echo "Error: Content template requires contentPath"
|
||||
exit 1
|
||||
fi
|
||||
exec "$TEMPLATES_DIR/content.sh" "$SESSION_NAME" "$CODE_PATH" "$CONTENT_PATH"
|
||||
;;
|
||||
"research")
|
||||
if [ -z "$PAPER_PATH" ]; then
|
||||
echo "Error: Research template requires paperPath"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue