From f011d670308ec289be336971f354b1ddaeaa8678 Mon Sep 17 00:00:00 2001 From: James McDonald Date: Tue, 9 Jan 2018 21:02:22 +0100 Subject: [PATCH] Rename theme --- .gitmodules | 2 +- themes/{bootstrap4 => hugo-theme-bootstrap4-blog} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename themes/{bootstrap4 => hugo-theme-bootstrap4-blog} (100%) diff --git a/.gitmodules b/.gitmodules index 2d8a54b..459443e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,5 +2,5 @@ path = themes/ananke url = https://github.com/budparr/gohugo-theme-ananke.git [submodule "themes/bootstrap4"] - path = themes/bootstrap4 + path = themes/hugo-theme-bootstrap4-blog url = https://github.com/alanorth/hugo-theme-bootstrap4-blog.git diff --git a/themes/bootstrap4 b/themes/hugo-theme-bootstrap4-blog similarity index 100% rename from themes/bootstrap4 rename to themes/hugo-theme-bootstrap4-blog