From fb2a35a340586bee4aa0f29618aacc619f6e2179 Mon Sep 17 00:00:00 2001 From: caressofsteel Date: Sun, 22 Jan 2023 10:44:40 -0500 Subject: [PATCH] Add Images Dir --- README.md | 8 +++++--- {readme => images}/device-screenshots.png | Bin {readme => images}/screenshot.png | Bin {readme => images}/tn.png | Bin 4 files changed, 5 insertions(+), 3 deletions(-) rename {readme => images}/device-screenshots.png (100%) rename {readme => images}/screenshot.png (100%) rename {readme => images}/tn.png (100%) diff --git a/README.md b/README.md index d3defc4..e2cc662 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Hugo Story ## A (modular, highly tweakable) responsive one-page theme for Hugo. -![](readme/device-screenshots.png) +![](images/device-screenshots.png) Hugo Story is a port of the static HTML template Story by HTML5 UP. It is designed to mirror the look and feel of the original template as closely as possible while incorporating some of the features Hugo has to offer. @@ -58,8 +58,10 @@ git clone https://github.com/caressofsteel/hugo-story.git themes/hugo-story ``` cp -r themes/hugo-story/exampleSite/* ./ ``` -> _Hint: This sets up the `mystory` website with a copy of the `layouts`, `data`, and `configuration` files outside of the theme folder._ +> _Hint: This sets up the `mystory` example website with a copy of the theme `assets`, `layouts`, `data`, and `configuration` files in the site's root folder and outside of the theme folder._ +> _Hint: Theme assets in the site root, `if present`, take precedence over files in the theme folder._ +> ### 5. Start Hugo Server. ``` hugo server @@ -68,7 +70,7 @@ hugo server ``` http://localhost:1313/ ``` -Here you'll see the site running on the local Hugo server. You can now make changes to and Hugo will rebuild the site automatically. +Here you'll see the site running on the local Hugo server. You can now edit the theme and Hugo will rebuild the site when changes are detected. ### 7. Further steps. diff --git a/readme/device-screenshots.png b/images/device-screenshots.png similarity index 100% rename from readme/device-screenshots.png rename to images/device-screenshots.png diff --git a/readme/screenshot.png b/images/screenshot.png similarity index 100% rename from readme/screenshot.png rename to images/screenshot.png diff --git a/readme/tn.png b/images/tn.png similarity index 100% rename from readme/tn.png rename to images/tn.png