Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apvarun/showcase-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2cdee6b..b820b6c 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,8 @@ git submodule add https://github.com/apvarun/showcase-hugo-theme.git themes/show
Showcase theme ships with an fully configured example site. For a quick preview:
+Copy the `package.json` file from `themes/showcase` folder to your hugo website root folder, and run `npm install`.
+
```sh
cd themes/showcase/exampleSite/
hugo serve --themesDir ../..
@@ -42,6 +44,12 @@ hugo serve --themesDir ../..
Then visit `http://localhost:1313/` in your browser to view the example site.
+## Migrating to v1.3.0
+
+Minimum Hugo Version: 0.69.0
+
+- Copy the `package.json` file from `themes/showcase` folder to your hugo website root folder, and run `npm install`.
+
## Add content
The following explains how to add content to your Hugo site. You can find sample content in the `exampleSite/` folder.