blog

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

commit f01f0e698d822426ae6c8d127f4f858db2100715
parent da7e2076a7da601aca6d406a8536ac67c3b483e8
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  9 Nov 2020 23:27:14 -0800

Use GitHub for theme submodule

While I like SourceHut for its minimalism and no-JavaScript approach,
I'm not keep to promote or support people with fairly blinkered,
black-and-white mentalities who also routinely fail to hold themselves
to the same ethical standards to which they hold others.

It's unfortunate that the actions of such people ironically tend to
have the opposite effect of their stated goals. c.f. RMS and ESR for
other such examples.

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 = https://git.sr.ht/~cbracken/hugo-theme-mofo + url = https://github.com/cbracken/hugo-theme-mofo.git