From f7a1f1196c60cded4a04c0be96fff34cb678cdc2 Mon Sep 17 00:00:00 2001 From: rbromley10 <47548023+rbromley10@users.noreply.github.com> Date: Wed, 6 Mar 2019 09:59:48 -0800 Subject: Fix README.md Reworded the preface for clarity and conciseness --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6520f0c..05327ea 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ Inside the folder of your Hugo site run: $ git clone https://github.com/lgaida/mediumish-gohugo-theme ## Preface -Most of the images e.g logo, author-image, post-images should be placed somewhere in the static folder of your gohugo-site. You can then reference them via the config.toml or the post.md-files. I would suggest placing all your config-specific images under `static/images` and all post-related images under a arbitrary folder like `static/images/posts`. -However your folder-structure will be there is one exception: you need a file named `jumbotron.jpg` to be present under `static/images` since this one is referenced in the .css +Most image files should be placed somewhere within the `static` folder of your gohugo website. This allows them to be easily referenced from the config.toml or post.md files. You may structure the files and folders within `static` however you'd like, with one exception: There must be a file named `jumbotron.jpg` present under the path `static/images` as it is referenced in the .css. + ## Post Example To create a simple post use the hugo new command as usual. -- cgit v1.2.3