From 597fd95afb3d6a68e26132006b028086b296b6ce Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Mon, 27 Apr 2020 17:48:16 +0200 Subject: [PATCH] Add the first README file --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..4d97cdc --- /dev/null +++ b/README @@ -0,0 +1,16 @@ +# Hugo theme : Simple-site + +This is a simple, fast and privacy-friendly Hugo theme. + +## Installation + +To install Simple-site theme, you can simply clone the repository +to your site's theme directory. + +` +$ mkdir themes +$ cd themes +$ git clone https://git.vulgarisons.info/raghnarok/hugo_simple-site.git simple-site +` + +Don't forget to change the theme in your config.toml file.