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

github.com/carsonip/hugo-theme-minos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarson Ip <carsonip715@gmail.com>2017-02-28 23:06:30 +0300
committerCarson Ip <carsonip715@gmail.com>2017-02-28 23:06:30 +0300
commit73b6e161997c90595d70cd61617014b62bafb23d (patch)
tree4bafbd5a932649ad3da362290a5db9d55f9a8e9b
parent6bc9aebf91d6a3455a19aca99c39cb3fdb4cf91e (diff)
Update readme featured image
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 48adea8..d2b4d9e 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,15 @@ theme = "hugo-theme-minos"
katex = true
```
+## Post Params
+
+### Featured Image displayed in index.html
+```
++++
+featuredImage = "img/foobar.jpg"
++++
+```
+
## Contributing
1. Fork it!