docs: update hugo-theme-learn version to latest master (#1871)

* docs: reclone hugo theme learn repo

* docs: move athens custom html to hugo custom layout dir

* docs: update HUGO_VERSION to 0.72.0
This commit is contained in:
Jerry Ng
2023-05-10 08:05:58 +08:00
committed by GitHub
parent 9359ab996b
commit 8e1581e10b
167 changed files with 2705 additions and 8054 deletions
+4
View File
@@ -41,6 +41,10 @@ run-docker-teardown:
docs: ## build the docs docker image
docker build -t gomods/hugo -f docs/Dockerfile .
.PHONY: docs-docker
docs-docker: ## run the docs docker image
docker run -it --rm --name hugo-server -p 1313:1313 -v ${PWD}/docs:/src:cached gomods/hugo
.PHONY: setup-dev-env
setup-dev-env:
$(MAKE) dev