From ebcd38c714d91e9691db2d302a85c8d3cc4cab31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 4 Sep 2018 12:00:51 +0200 Subject: [PATCH] Put themes in themes --- .gitmodules | 3 +++ config.toml | 1 - themes/tech-doc-hugo-theme | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 themes/tech-doc-hugo-theme diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1047dd6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/tech-doc-hugo-theme"] + path = themes/tech-doc-hugo-theme + url = https://github.com/bep/tech-doc-hugo-theme.git diff --git a/config.toml b/config.toml index 0a9bd1d..4f4f9da 100644 --- a/config.toml +++ b/config.toml @@ -5,7 +5,6 @@ enableRobotsTXT = true # Hugo allows theme composition (and inheritance). The precedence is from left to right. theme = ["tech-doc-hugo-theme"] -themesDir = ".." # Will give values to .Lastmod etc. enableGitInfo = true diff --git a/themes/tech-doc-hugo-theme b/themes/tech-doc-hugo-theme new file mode 160000 index 0000000..a053131 --- /dev/null +++ b/themes/tech-doc-hugo-theme @@ -0,0 +1 @@ +Subproject commit a053131a4ebf6a59e4e8834a42368e248d98c01d