你可以Fork
此仓库并搭建自己的Blog
。
注意:在 Fork 或 Clone 后请修改 config.toml,关闭评论或修改为您自己的服务商。
[params.page.comment]
- enable = true
+ enable = false
# Giscus 评论系统设置
[params.page.comment.giscus]
- enable = true
- repo = "UlinoyaPed/mywebsite"
- repoId = "R_kgDOItLsdQ"
- category = "Announcements"
- categoryId = "DIC_kwDOItLsdc4CTqKM"
- mapping = "pathname"
+ enable = false
+ repo = "{{YOUR_REPO}}"
+ repoId = "{{YOUR_REPO_ID}}"
+ category = "{{YOUR_CATEGORY}}"
+ categoryId = "{{YOUR_CATEGORY_ID}}"
+ mapping = ""
reactionsEnabled = "1"
emitMetadata = "0"
inputPosition = "top" # ["top", "bottom"]
lightTheme = "light"
darkTheme = "dark"
lazyLoad = true
执行
git clone https://github.com/UlinoyaPed/mywebsite.git --recurse-submodules
将存储库克隆到本地
修改config.toml
,具体教程见FixIt 主题文档
content/posts
文件夹存放所有文章,请将它们全部删除并撰写您自己的文章
- categories
- doc
- code
- res
- study
- essay
- tags
- win
- android
我编写了一个快速脚本(仅适用 Windows1)start.ps1
目前有以下功能,大家可以自行探索
Add_a_new_mdFile 创建新文章
Test_local 本地启动服务端
Build 构建,输出在./public
Git_commit_push_Auto 自动提交(每次提交信息都一样,最好别用)
Git_commit_push_Manual
Git_submodule_upgrade 更新模块
Footnotes
-
未来不会有 Linux 版(主要是没 Linux 设备),希望各位积极交PR ↩