From 6304977d4fb23da36b14b836ea0f0ac91e896e5a Mon Sep 17 00:00:00 2001 From: Jens True Date: Sat, 5 Sep 2020 15:57:08 +0200 Subject: [PATCH] Upgrade guide --- .gitmodules | 3 --- config/_default/config.toml | 7 ++++--- themes/academic | 1 - 3 files changed, 4 insertions(+), 7 deletions(-) delete mode 160000 themes/academic diff --git a/.gitmodules b/.gitmodules index e411f7f..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "themes/academic"] - path = themes/academic - url = https://github.com/gcushen/hugo-academic.git diff --git a/config/_default/config.toml b/config/_default/config.toml index d7314e7..c90e0f2 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -19,9 +19,6 @@ copyright = "© {year} Jens True" ## Advanced options below ## ############################ -# Name of Academic theme folder in `themes/`. -theme = "academic" - # Get last modified date for content from Git? enableGitInfo = false @@ -69,3 +66,7 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", " category = "categories" publication_type = "publication_types" author = "authors" + +[module] + [[module.imports]] + path = "github.com/wowchemy/wowchemy-hugo-modules/wowchemy" \ No newline at end of file diff --git a/themes/academic b/themes/academic deleted file mode 160000 index e5e24fc..0000000 --- a/themes/academic +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e5e24fc55c838db79c9ee4e67152722dd5958311