From cfc6bdc4ae5677ae742b9270409e9d2f5e6426fd Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sun, 7 May 2023 20:54:47 -0400 Subject: Migrate docs site to new theme Signed-off-by: Dave Henderson --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index be23be3c..06d623b2 100644 --- a/Makefile +++ b/Makefile @@ -200,10 +200,10 @@ gen-changelog: docker run -it -v $(shell pwd):/app --workdir /app -e CHANGELOG_GITHUB_TOKEN hairyhenderson/github_changelog_generator \ github_changelog_generator --no-filter-by-milestone --exclude-labels duplicate,question,invalid,wontfix,admin -docs/themes/hugo-material-docs: - git clone https://github.com/digitalcraftsman/hugo-material-docs.git $@ +docs/themes/hugo-theme-relearn: + git clone --depth=1 https://github.com/McShelby/hugo-theme-relearn.git $@ -gen-docs: docs/themes/hugo-material-docs +gen-docs: docs/themes/hugo-theme-relearn cd docs/; hugo docs/content/functions/%.md: docs-src/content/functions/%.yml docs-src/content/functions/func_doc.md.tmpl -- cgit v1.2.3