blog

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

commit 79f1ee3c339aeec88556b155e1ab8ca950f9c2d2
parent 80300d99de4d430188298d6a7acc229b87fa79fc
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 31 Dec 2018 16:24:10 -0800

Add theme submodule

Adds the mofo theme as a git submodule. Note that an HTTPS URL is used
rather than SSH in order to allow continuous integration deployment jobs
to fetch the repo.

An alternative would be to have the CI job rewrite the .gitmodules file
to an HTTPS URL, then run `git submodule update --init` manually. That
may involve additional complications though, since some CI providers try
to immediately run `git submodule update --init` following the initial
repo clone.

Diffstat:
A.gitmodules | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

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