diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2023-05-07 20:54:47 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2023-05-07 21:05:58 -0400 |
| commit | cfc6bdc4ae5677ae742b9270409e9d2f5e6426fd (patch) | |
| tree | 4f1ab639b266dc2be7adbdba021095c5f277c53f /Makefile | |
| parent | d297cc7f83e159f49512fdbca8d375857ebf7a68 (diff) | |
Migrate docs site to new theme
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
