From d43f6734ba510834d5b40e96b9a8b26739bd6eee Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Fri, 7 Jun 2024 12:24:08 +0200 Subject: [PATCH] improve git submodule --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 15f34da..f22bca5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ resources/_gen/ public/ +.hugo_build.lock diff --git a/README.md b/README.md index 633d20d..da99826 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ echo "theme = 'ananke'" >> hugo.toml ``` ### Update ```bash -git submodule update --remote +git submodule update --rebase --remote git add themes/. git commit -m "theme submodule updated" ```