From 41db1536b824576ffa70cfe56b2ca4bf226e5460 Mon Sep 17 00:00:00 2001 From: Gustavo Padovan Date: Wed, 3 Jul 2024 11:23:57 -0300 Subject: [PATCH 1/2] README: match hugo docker version to deploy script version Let's instruct users to use the same version we have in the deploy. Signed-off-by: Gustavo Padovan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25aedca8..1ab91e57 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ $ cd kernelci.org Then to start the server: ```sh -$ docker run -v $PWD:/src -p 1313:1313 klakegg/hugo:0.80.0-ext-debian server -D +$ docker run -v $PWD:/src -p 1313:1313 klakegg/hugo:0.97.3-ext-debian server -D ``` Alternatively, this can be started with `docker-compose`: From 5f9aa394695a22213c29244a48a5c8018e69b882 Mon Sep 17 00:00:00 2001 From: Gustavo Padovan Date: Wed, 3 Jul 2024 11:26:54 -0300 Subject: [PATCH 2/2] README: highlight that website is now Documentation website Signed-off-by: Gustavo Padovan --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ab91e57..fb04a31e 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ Mission statement: This repository contains general documentation about the project. -kernelci.org static website -=========================== +Documentation website +===================== -The source code of the [kernelci.org](https://kernelci.org) static website is +The source code of [docs.kernelci.org](https://docs.kernelci.org) static pages is contained in the [`kernelci.org`](kernelci.org) directory. It uses the [Hugo](https://gohugo.io) framework.