Philipp Deppenwiese (zaolin.daisuki@googlemail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15533
-gerrit
commit 2cc1a2692870e601166b4f436d3594aff28e1684 Author: Philipp Deppenwiese zaolin@das-labor.org Date: Sat Jul 2 01:19:54 2016 +0200
Documentation: Add Hugo material-docs theme as submodule.
Change-Id: I3f27744eb1d054c4e5fb3f0eb59eda28d536d9bd Signed-off-by: Philipp Deppenwiese zaolin@das-labor.org --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/.gitmodules b/.gitmodules index ad6b899..99824ea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,3 +15,7 @@ [submodule "3rdparty/chromeec"] path = 3rdparty/chromeec url = ../chrome-ec.git +[submodule "docs-site-theme"] + path = Documentation/themes/hugo-material-docs + url = https://github.com/digitalcraftsman/hugo-material-docs.git + branch = master