From 309d1140a431a3d66199580112a1cc60b3e82062 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Thu, 11 Jan 2024 17:34:05 +0000 Subject: [PATCH] add commit step #133 --- exampleSite/content/docs/compose/install-theme.md | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/exampleSite/content/docs/compose/install-theme.md b/exampleSite/content/docs/compose/install-theme.md index f3b694a..fa1b31c 100755 --- a/exampleSite/content/docs/compose/install-theme.md +++ b/exampleSite/content/docs/compose/install-theme.md @@ -48,6 +48,7 @@ git init git submodule add https://github.com/onweru/compose/ themes/compose cp -a themes/compose/exampleSite/* . +git commit -m "setup compose theme" ``` Then run -- Gitblit v1.10.0