https://virgiling.wiki/03-tools/publish-with-submodule #91
Replies: 1 comment 2 replies
-
|
请问佬,关于其他笔记里面有引用不想发布的内容的双链这种情况,要怎么处理呢 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://virgiling.wiki/03-tools/publish-with-submodule
前情提要 由于在 Obsidian 中,虽然我有不被 git 追踪的文件夹(私有文件夹),但是这也限制了我多设备同步 的需求(因为 Windows 上的 iCloud 十分难用) 因此,我们期望工作流程如下: 在私有仓库中更新博客 在公开仓库中拉取博客内容并自动构建 本质上,我们将公开仓库作为了一个博客生成器,专门用来触发 CI GitHub 与本地设置 GitHub 首先,需要申请一个 个人 Token,名字自由命名,例如 BLOGS,但是记得复制这个 Token,例如 然后,进入到博客的仓库,例如 .github.io,在这个仓...
https://virgiling.wiki/03-tools/publish-with-submodule
Beta Was this translation helpful? Give feedback.
All reactions