blog

Source files for chris.bracken.jp
git clone https://git.bracken.jp/blog.git
Log | Files | Refs | Submodules | README | LICENSE

commit cb5dee33c3d9c36ddc51a566449d59acf147fc01
parent 2dd63730c7d31d85e82fdbe2a89963036c983bce
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri,  3 Sep 2021 16:37:16 -0700

Update theme submodule URL to https

I intend to decommission serving repos over the insecure git://
protocol, and instead only serve over HTTPS. This migrates the theme to
the HTTPS URL.

Diffstat:
M.gitmodules | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/mofo"] path = themes/mofo - url = git://git.bracken.jp/hugo-theme-mofo.git + url = https://git.bracken.jp/hugo-theme-mofo.git