From 84d6f1e3fd336af967d0893588d95a0ae140c828 Mon Sep 17 00:00:00 2001 From: Daniel Kastl Date: Mon, 23 Jan 2023 13:36:41 +0900 Subject: [PATCH] Markdown lint fixes Signed-off-by: Daniel Kastl --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a46f939..b606a0e 100644 --- a/README.md +++ b/README.md @@ -2,25 +2,25 @@ ## Requirements -Tested with Hugo `v0.83.0` or higher. +Tested with Hugo `v0.109.0` or higher. ## Installation Add as Git submodule to a Hugo project directory: -``` +```sh git submodule add git@github.com:Georepublic/hugo-theme-georepublic.git path/to/theme ``` Update and initialize available submodules with: -``` +```sh git submodule update --init --recursive ``` Install dependencies with npm: -``` +```sh cd path/to/theme npm i npm run build @@ -28,7 +28,7 @@ npm run build Other commands: -``` +```sh npm run clean ``` @@ -36,7 +36,7 @@ npm run clean Define custom theme parameters in `data/default.yaml` and use the following pattern to make them customizable as site parameters: -``` +```sh {{ .Site.Params.color | default .Site.Data.default.color }} ```