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

github.com/StaticMania/portio-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKausar Ahmed <kausarahmedpial@gmail.com>2020-08-31 10:13:58 +0300
committerGitHub <noreply@github.com>2020-08-31 10:13:58 +0300
commit26b3db8b4b08ad21c44b172587242b7699a35df2 (patch)
tree2795158e28c761a2aec9a03a94f67b000ef25ab6 /README.md
parent089107e95b3524f1b0e60eb30d712f4d81d5a7a7 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f682d0b..6112498 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Checkout the live demo [here](https://portio-hugo.staticmania.com/)
1. Add the repository into your Hugo Project repository as a submodule, `git submodule add git@github.com:StaticMania/portio-hugo.git themes/portio`.
2. Copy the `.forestry`, `data`, `content`, `static`, `resources` & `config.toml` files from the `exampleSite` directory and paste it on you Hugo Project repository/directory. From the site home directory:
- cp -a themes/roxo/exampleSite/\* .
+ cp -a themes/portio/exampleSite/\* .
3. Build your site with `hugo serve` and see the result at `http://localhost:1313/`.