From 49bd0e19cb309c4ac163da56faa7035116eb39d5 Mon Sep 17 00:00:00 2001 From: Manoela Rosa Date: Tue, 12 May 2020 20:07:01 -0300 Subject: [PATCH 1/3] Rename Design-inspiration:-the-best-projects-from-December.md to Design-inspiration-the-best-projects-from-December.md --- ...r.md => Design-inspiration-the-best-projects-from-December.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename exampleSite/content/blog/{Design-inspiration:-the-best-projects-from-December.md => Design-inspiration-the-best-projects-from-December.md} (100%) diff --git a/exampleSite/content/blog/Design-inspiration:-the-best-projects-from-December.md b/exampleSite/content/blog/Design-inspiration-the-best-projects-from-December.md similarity index 100% rename from exampleSite/content/blog/Design-inspiration:-the-best-projects-from-December.md rename to exampleSite/content/blog/Design-inspiration-the-best-projects-from-December.md From 0191e2a5b32027f686f78a949111e78fe1b759ae Mon Sep 17 00:00:00 2001 From: Manoela Rosa Date: Tue, 12 May 2020 20:07:33 -0300 Subject: [PATCH 2/3] Rename Design-inspiration:-the-best-projects-from-November.md to Design-inspiration-the-best-projects-from-November.md --- ...r.md => Design-inspiration-the-best-projects-from-November.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename exampleSite/content/blog/{Design-inspiration:-the-best-projects-from-November.md => Design-inspiration-the-best-projects-from-November.md} (100%) diff --git a/exampleSite/content/blog/Design-inspiration:-the-best-projects-from-November.md b/exampleSite/content/blog/Design-inspiration-the-best-projects-from-November.md similarity index 100% rename from exampleSite/content/blog/Design-inspiration:-the-best-projects-from-November.md rename to exampleSite/content/blog/Design-inspiration-the-best-projects-from-November.md From 79fd009bb68db5e0d0f7d58772e0bd6214496d54 Mon Sep 17 00:00:00 2001 From: "@philshem" Date: Thu, 14 May 2020 13:58:14 +0200 Subject: [PATCH 3/3] add copy statement to Readme for example site based on https://github.com/StaticMania/roxo-hugo/issues/3 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7ab321..aa712b8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,10 @@ Checkout the live demo [here](https://roxo-hugo.staticmania.com/) ## 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`. -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/`. @@ -44,4 +47,4 @@ This Repository is licensed under the [MIT](https://github.com/StaticMania/roxo- ## 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. \ No newline at end of file +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.