Skip to content

tsctsc6/Hugo-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

201 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo-Website

不要提交 reimu 子模块

克隆仓库记得克隆子模块

git clone --recurse-submodules <仓库地址>

如果已经克隆了主项目但忘记添加 --recurse-submodules 参数,可以通过以下命令初始化和更新子模块:

git submodule update --init --recursive

更新 reimu 到特定的 commit

cd themes/reimu
git reset --hard <目标commit_hash>
cd ../..
git add themes/reimu
git commit -m "chore: update reimu"
git push

reimu 示例

hugo-reimu-template

效果

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors