From 49f7088b9c3150989a4dc4a8744380908163f7f8 Mon Sep 17 00:00:00 2001 From: zzossig Date: Wed, 6 Nov 2019 09:33:16 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b017d9..058d5c9 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Hugo version 0.58.0 or higher is required. First of all, You need to add config files. Follow the [Configuration](#configuration) step. -You can download and unpack the theme manually from Github but it's easier to use git to clone the repo. +Then, You can download and unpack the theme manually from Github but it's easier to use git to clone the repo. From the root of your site: @@ -136,7 +136,7 @@ hasCJKLanguage = false summaryLength = 70 googleAnalytics = "" -copyright = "MIT©zzossig" +copyright = "©yourcopyright" timeout = 10000 enableEmoji = true paginate = 7 @@ -286,7 +286,7 @@ root 3. Make a index.md file under the sub folder using this command ```bash -hugo new content/gallery/mygallery/index.md +hugo new gallery/mygallery/index.md ``` 4. Put your images in static folder