From 6b8a3cc993dc38600f50802ad46000dd507191e9 Mon Sep 17 00:00:00 2001 From: Carsten Gips Date: Mon, 14 Oct 2024 11:39:30 +0200 Subject: [PATCH] Revert "relearn: bump version to v7.0.0" NOT WORKING archetypes stopped working, probably other things need work too. rolling back to v6.4.1 as last working version. probably won't update anymore since there are plans to migrate to docsify or liascript. This reverts commit 53b3e572ac0066f4c905ce497429695ef0514328. --- docker/install-relearn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install-relearn.sh b/docker/install-relearn.sh index 9254ded..db4e27f 100755 --- a/docker/install-relearn.sh +++ b/docker/install-relearn.sh @@ -1,7 +1,7 @@ #!/bin/sh ## Versions -export RELEARN="7.0.0" +export RELEARN="6.4.1" # set XDG_DATA_HOME externally ## Hugo Relearn Theme: https://github.com/McShelby/hugo-theme-relearn/releases/latest/