mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user