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:
-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!