1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/linuxsuren-open-source-best-practice

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
Makefile 567
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
rick Отправлено 24.07.2022 16:40 6f6bcf4
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

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/linuxsuren-open-source-best-practice.git
git@api.gitlife.ru:oschina-mirror/linuxsuren-open-source-best-practice.git
oschina-mirror
linuxsuren-open-source-best-practice
linuxsuren-open-source-best-practice
master