From 036e037a63ba06ca366adb1a0c3a005d1a0b15b8 Mon Sep 17 00:00:00 2001 From: Kenta Nakase <1172471+parroty@users.noreply.github.com> Date: Tue, 14 Feb 2023 07:05:05 +0900 Subject: [PATCH] Update step for creating site from scratch to use content.en path (#508) Co-authored-by: parroty Co-authored-by: Alex Shpak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 899aa7a..be8d764 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Below is an example on how to create a new site from scratch: hugo new site mydocs; cd mydocs git init git submodule add https://github.com/alex-shpak/hugo-book themes/hugo-book -cp -R themes/hugo-book/exampleSite/content.en . +cp -R themes/hugo-book/exampleSite/content.en/* ./content ``` ```sh