From ca6a33be4cceab1b2e6272da41d89977e909a1b0 Mon Sep 17 00:00:00 2001 From: Felipe Zipitria Date: Sat, 23 Apr 2022 20:50:04 -0700 Subject: [PATCH 1/2] feat(theme): update relearn theme Signed-off-by: Felipe Zipitria --- themes/hugo-relearn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-relearn b/themes/hugo-relearn index 22180dcf..31c9c77c 160000 --- a/themes/hugo-relearn +++ b/themes/hugo-relearn @@ -1 +1 @@ -Subproject commit 22180dcf0704daa1b715c840e4b1626d870c418d +Subproject commit 31c9c77c5e3d89c0ff26d91a857240742a39e97a From 161295961c198cebb2d538b0f4049bb96740c78b Mon Sep 17 00:00:00 2001 From: Felipe Zipitria Date: Sat, 23 Apr 2022 21:33:08 -0700 Subject: [PATCH 2/2] fix(ci): update hugo version Signed-off-by: Felipe Zipitria --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/test.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b528c534..08fa2d26 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.85.0' + hugo-version: '0.97.3' extended: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d633fc23..72fba67c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.85.0' + hugo-version: '0.97.3' extended: true - name: Build diff --git a/README.md b/README.md index e16f833c..80316aff 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The generated documentation is automatically updated at https://coreruleset.org/ You can edit the documentation on your local system. The only thing you need is the latest [Hugo binary](https://gohugo.io/getting-started/installing/) for your OS (Windows, Linux, Mac): it’s that simple. -**Important: You need the _extended_ version of Hugo, so be sure you download that one.** +**Important: You need Hugo _extended_ version >= 0.93.0.** ## Cloning this repository