Add Images Dir

This commit is contained in:
caressofsteel 2023-01-22 10:44:40 -05:00
parent 12cdfa2b45
commit fb2a35a340
4 changed files with 5 additions and 3 deletions

View File

@ -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.

View File

Before

Width:  |  Height:  |  Size: 219 KiB

After

Width:  |  Height:  |  Size: 219 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

Before

Width:  |  Height:  |  Size: 528 KiB

After

Width:  |  Height:  |  Size: 528 KiB