From 5ed22bc9405717bc47fd4d26202e6eaffb70b0da Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Wed, 13 Sep 2023 15:01:59 +0000 Subject: [PATCH] Fix gitignore and git module URL to track public theme. --- .gitignore | 2 ++ .gitmodules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 364fdec..1c3fa73 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ public/ +resources/ +.hugo_build.lock diff --git a/.gitmodules b/.gitmodules index 8685e77..8d62b86 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "themes/pickles"] path = themes/pickles - url = git@github.com:annabunches/hugo_theme_pickles.git + url = https://github.com/mismith0227/hugo_theme_pickles branch = custom