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

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreuixiy <reuixiy@gmail.com>2019-08-27 17:36:00 +0300
committerreuixiy <reuixiy@gmail.com>2019-08-27 17:36:00 +0300
commita2ce41ceb63c70eddd19fffa365e8713f71251a3 (patch)
tree328506324f0a56b0dd08af20ec4868f91d7a70c2 /README.md
parente9ada59405ee058bb9ac80d5c2488575503673fb (diff)
docs: update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c49e3c6..5b5f3e4 100644
--- a/README.md
+++ b/README.md
@@ -121,7 +121,7 @@ MemE uses gulp to generate sw.js, see: https://github.com/reuixiy/meme-test
#### Supported Front Matter
Name | Description | Note
-:---:|:---:|:---:
+---|---|---
title | * | string
linkTitle | * | string
subtitle | displayed below the title | string, Markdown supported, theme only
@@ -146,7 +146,7 @@ aliases | * | array
markup | * | string
meta | set `false` to disable post-meta | boolean, theme only
toc | display TOC | boolean, overwrite `enableTOC` in `config.toml`, theme only
-displayCopyright | display post-copyright, overwrite `displayPostCopyright` in `config.toml`, theme only
+displayCopyright | display post-copyright | boolean, overwrite `displayPostCopyright` in `config.toml`, theme only
badge | display updated-badge | boolean, overwrite `displayUpdatedBadge` in `config.toml`, theme only
gitinfo | display post-gitinfo | boolean, overwrite `displayPostGitInfo` in `config.toml`, theme only
katex | add KaTeX support | boolean, overwrite `enableKaTeX` in `config.toml`, theme only