From 733a95c748fee054b80bc70892eff9961d81af65 Mon Sep 17 00:00:00 2001 From: ivanhercaz Date: Tue, 10 Dec 2019 01:53:40 +0000 Subject: [PATCH] :heavy_plus_sign: Add Buruma theme Add Buruma theme as a submodule, cloned from the branch pelican-themes, to be sure that in pelican-themes is always an stable version and not the master, which is used as a development branch. --- .gitmodules | 4 ++++ buruma | 1 + 2 files changed, 5 insertions(+) create mode 160000 buruma diff --git a/.gitmodules b/.gitmodules index 250be694c..ce49b4b84 100644 --- a/.gitmodules +++ b/.gitmodules @@ -254,3 +254,7 @@ [submodule "brutalist"] path = brutalist url = https://github.com/mamcmanus/brutalist.git +[submodule "buruma"] + path = buruma + url = https://github.com/ivanhercaz/buruma.git + branch = pelican-themes diff --git a/buruma b/buruma new file mode 160000 index 000000000..ad1532378 --- /dev/null +++ b/buruma @@ -0,0 +1 @@ +Subproject commit ad1532378367227ac41cda79b18ef7ca377805ec