From fdf4359998d92aadf25a3f7fc7232341346aec9c Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 25 Dec 2020 18:34:06 +0100 Subject: [PATCH] Simplify installation instructions. --- README.adoc | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/README.adoc b/README.adoc index b478b83..cc8dd59 100644 --- a/README.adoc +++ b/README.adoc @@ -23,26 +23,11 @@ styling. It is based on link:{uri-slick}[Slick]. == Installation -Just download the theme or clone it into your `themes/` directory: - [source,shell] ----- -cd themes && git clone https://schlomp.space/tastytea/hugo-theme-nocolor.git nocolor ----- - -Then reference it in your `config`: - -[source,toml] ----- -theme = "nocolor" ----- - -Or when building the site, pass it in to the CLI: - -[source,shell] ----- -hugo -t nocolor ----- +-------------------------------------------------------------------------------- +git submodule add https://schlomp.space/tastytea/hugo-theme-nocolor.git themes/nocolor +echo 'theme = "nocolor"' >> config.toml +-------------------------------------------------------------------------------- == Modification