From d97c3f6e195bb6052d7c0876fb04900b40d0ded3 Mon Sep 17 00:00:00 2001 From: Sascha Brendel Date: Sun, 5 Nov 2017 11:12:59 +0100 Subject: [PATCH] Fixed comment issue on the gohugo themes page. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c11738328..36c1f1a7f 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,9 @@ hugo new site my-new-blog ``` cd my-new-blog/themes git clone https://github.com/Lednerb/bilberry-hugo-theme.git - -# If you don't use git, you can download and extract this theme -# manually into the themes folder. -# Please ensure that the folder is renamed to "bilberry-hugo-theme" ``` +If you don't use git, you can download and extract this theme manually into the themes folder.
+Please ensure that the folder is renamed to "bilberry-hugo-theme" - Copy example content and default config file for a quick start ```