diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..66592a1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-notice"] + path = themes/hugo-notice + url = https://github.com/martignoni/hugo-notice.git diff --git a/config.yml b/config.yml index dd993e8..efb7187 100644 --- a/config.yml +++ b/config.yml @@ -5,6 +5,8 @@ title: "ItsDrike" staticDir: "static/build" assetDir: "static/build" +theme: ["hugo-notice"] + buildFuture: true MetaDataFormat: yaml markup: diff --git a/themes/hugo-notice b/themes/hugo-notice new file mode 160000 index 0000000..2facc5d --- /dev/null +++ b/themes/hugo-notice @@ -0,0 +1 @@ +Subproject commit 2facc5d4d60dcda57a3f3bd10591937b7e6ae84e