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:
authorJohann Muszynski <johann.muszynski@gmail.com>2019-03-16 11:34:28 +0300
committerGitHub <noreply@github.com>2019-03-16 11:34:28 +0300
commita16f81717b21388c526f5600c54e856476b40b62 (patch)
tree9734795b149c3e3a8b5f05cf20c14bf5985ad398
parentd4c91174179e6cbc34024965dc6507d33f6ed862 (diff)
Update README.md
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 513804e..127f710 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,14 @@ featuredImage = "img/foobar.jpg"
+++
```
+### Hide the post from index.html
+This can be used when creating an "About me"-page.
+```
++++
+hide = true
++++
+```
+
## Contributing
1. Fork it!