Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lgaida/mediumish-gohugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbromley10 <47548023+rbromley10@users.noreply.github.com>2019-03-06 20:59:48 +0300
committerGitHub <noreply@github.com>2019-03-06 20:59:48 +0300
commitf7a1f1196c60cded4a04c0be96fff34cb678cdc2 (patch)
tree88af4da63fee7a63fb38f53a58c5439641643263
parentfa61ee954383d89bdb773ae40628312c0e650ca8 (diff)
Fix README.md
Reworded the preface for clarity and conciseness
-rw-r--r--README.md4
1 files 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.