init: content-forge vault with templates and directory structure

This commit is contained in:
lizikk 2026-03-02 11:08:05 +08:00
commit bbf83d11e1
8 changed files with 137 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# Obsidian internals
.obsidian/workspace.json
.obsidian/workspace-mobile.json
.obsidian/plugins/*/data.json
.obsidian/cache/
.trash/
# OS
.DS_Store
Thumbs.db

1
.obsidian/app.json vendored Normal file
View File

@ -0,0 +1 @@
{}

1
.obsidian/appearance.json vendored Normal file
View File

@ -0,0 +1 @@
{}

33
.obsidian/core-plugins.json vendored Normal file
View File

@ -0,0 +1,33 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"footnotes": false,
"properties": true,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": true,
"bases": true,
"webviewer": false
}

View File

@ -0,0 +1,15 @@
---
title: CLI 测试选题
slug: cli-test
status: draft
content_type: article
channels: []
language: zh-CN
owner: content-forge
created_at: 2026-03-02
updated_at: 2026-03-02
---
# CLI 测试选题
这是一个验证 Obsidian CLI 端到端链路的测试选题。

27
templates/article.md Normal file
View File

@ -0,0 +1,27 @@
---
id: ""
title: ""
slug: ""
status: "topic"
content_type: "article"
channels: []
language: "zh-CN"
source_urls: []
assets: []
cover_image: ""
template: "article"
owner: "content-forge"
created_at: ""
updated_at: ""
published_at: null
---
# 问题背景
# 核心方案
# 实现细节
# 验证结果
# 总结与扩展

23
templates/social-post.md Normal file
View File

@ -0,0 +1,23 @@
---
id: ""
title: ""
slug: ""
status: "topic"
content_type: "x-post"
channels: ["x"]
language: "zh-CN"
source_urls: []
assets: []
cover_image: ""
template: "social-post"
owner: "content-forge"
created_at: ""
updated_at: ""
published_at: null
---
<!-- Hook: 首句提出冲突、反差或问题 -->
<!-- 核心信息: 1-2 个关键观点 -->
<!-- 行动结尾: 提问、CTA 或可转发结论 -->

27
templates/tech-blog.md Normal file
View File

@ -0,0 +1,27 @@
---
id: ""
title: ""
slug: ""
status: "topic"
content_type: "article"
channels: []
language: "zh-CN"
source_urls: []
assets: []
cover_image: ""
template: "tech-blog"
owner: "content-forge"
created_at: ""
updated_at: ""
published_at: null
---
# 问题背景
# 核心方案
# 实现细节
# 验证结果
# 总结与扩展