2 Star 11 Fork 2

Rick / open-source-best-practice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 567 Bytes
一键复制 编辑 原始数据 按行查看 历史
rick 提交于 2022-07-24 21:40 . Fix the hugo menu setting
theme:
rm -rf .github/website/themes/book
git submodule add -f https://github.com/alex-shpak/hugo-book .github/website/themes/book
copy:
mkdir -p .github/website/content/docs/what
cp *.md .github/website/content/docs
cp -r what/*.md .github/website/content/docs/what
cat .github/website/content/docs/README.md >> .github/website/content/_index.md
run: copy
hugo server -s .github/website/
git checkout .github/website/content/_index.md
publish: copy
hugo -s .github/website/
mv .github/website/public docs
git checkout .github/website/content/_index.md
1
https://gitee.com/linuxsuren/open-source-best-practice.git
git@gitee.com:linuxsuren/open-source-best-practice.git
linuxsuren
open-source-best-practice
open-source-best-practice
master

搜索帮助