summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2023-05-07 20:54:47 -0400
committerDave Henderson <dhenderson@gmail.com>2023-05-07 21:05:58 -0400
commitcfc6bdc4ae5677ae742b9270409e9d2f5e6426fd (patch)
tree4f1ab639b266dc2be7adbdba021095c5f277c53f /Makefile
parentd297cc7f83e159f49512fdbca8d375857ebf7a68 (diff)
Migrate docs site to new theme
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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