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

github.com/ijsucceed/onepress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremiah Succeed <ikwuje24@gmail.com>2019-01-04 01:54:53 +0300
committerGitHub <noreply@github.com>2019-01-04 01:54:53 +0300
commite0db3bc50d08915dd16708b7bff0c2237da4026d (patch)
treedd82f7dca9822d5378a4302eec903ec1fce57dc6
parent38b70853575f685488da8f6d2328f642ec49c50c (diff)
Author Box
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 02f033e..e5774fb 100644
--- a/README.md
+++ b/README.md
@@ -172,6 +172,14 @@ To implement custom CSS sitewide, change the config.toml parameter customCSS fro
This will render inline CSS in the head of your site and without adding an extra HTTP request.
+### Show Author box
+
+If you want to show author box beneath post.
+
+```
+ authorCard = true
+```
+
## Contributions
If you'd like to help with the continous improvement of this theme, I encourage you to submit a pull request or create an issue if you find a bug. All help is celebrated.