Merge pull request #4 from philshem/patch-1

add copy statement to Readme for example site
This commit is contained in:
Kausar Ahmed
2020-05-14 22:40:44 +06:00
committed by GitHub

View File

@@ -19,7 +19,10 @@ Checkout the live demo [here](https://roxo-hugo.staticmania.com/)
## Installation ## Installation
1. Add the repository into your Hugo Project repository as a submodule, `git submodule add git@github.com:StaticMania/roxo-hugo.git themes/roxo`. 1. Add the repository into your Hugo Project repository as a submodule, `git submodule add git@github.com:StaticMania/roxo-hugo.git themes/roxo`.
2. Copy the `data`, `content`, `static` & `config.toml` files from the `exampleSite` directory and paste it on you Hugo Project repository/directory 2. Copy the `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/* .
3. Build your site with `hugo serve` and see the result at `http://localhost:1313/`. 3. Build your site with `hugo serve` and see the result at `http://localhost:1313/`.
@@ -44,4 +47,4 @@ This Repository is licensed under the [MIT](https://github.com/StaticMania/roxo-
## Hire ## Hire
Need help to build HUGO websites with your custom requirements. Feel free to [contact](https://staticmania.com/contact/) with us. We provide custom development service for HUGO. Need help to build HUGO websites with your custom requirements. Feel free to [contact](https://staticmania.com/contact/) with us. We provide custom development service for HUGO.