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>2020-01-16 10:26:33 +0300
committerreuixiy <reuixiy@gmail.com>2020-01-16 10:26:33 +0300
commitaca6196094847271d52e99c8941a24cac8052a38 (patch)
tree0c38e28c36b6ef3ac0ce0f44f2873f0be704896c /README.md
parent0bd42e79071aef42a4e1891a54a262a44bd7b377 (diff)
docs: theme only -> MemE only
Diffstat (limited to 'README.md')
-rw-r--r--README.md52
1 files changed, 26 insertions, 26 deletions
diff --git a/README.md b/README.md
index d1ac583..02b3f42 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Name | Description | Notes
---|---|---
title | * | string
linkTitle | * | string
-subtitle | displayed below the title | string, Markdown supported, theme only
+subtitle | displayed below the title | string, Markdown supported, MemE only
date | * | string
lastmod | * | string
publishDate | * | string
@@ -87,31 +87,31 @@ layout | * | string
outputs | * | array
aliases | * | array
markup | * | string
-meta | set `false` to disable post-meta | boolean, theme only
-toc | display TOC | boolean, override `enableTOC` in `config.toml`, theme only
-displayCopyright | display post-copyright | boolean, override `displayPostCopyright` in `config.toml`, theme only
-badge | display updated-badge | boolean, override `displayUpdatedBadge` in `config.toml`, theme only
-gitinfo | display post-gitinfo | boolean, override `displayPostGitInfo` in `config.toml`, theme only
-related | display related-posts | boolean, override `displayRelatedPosts` in `config.toml`, theme only
-katex | add KaTeX support | boolean, override `enableKaTeX` in `config.toml`, theme only
-mathjax | add MathJax support | boolean, override `enableMathJax` in `config.toml`, theme only
-comments | set `false` to disable comments in mainSections or set `true` to enable comments in non-mainSections | boolean, theme only
-smallCaps | small caps? | boolean, override `enableSmallCaps` in `config.toml`, theme only
-dropCap | drop cap? | boolean, override `enableDropCap` in `config.toml`, theme only
-dropCapAfterHr | drop cap after every horizontal rule tag? | boolean, override `enableDropCapAfterHr` in `config.toml`, theme only
-deleteHrBeforeDropCap | delete horizontal rule tag before drop cap? | boolean, override `deleteHrBeforeDropCap` in `config.toml`, theme only
-indent | indent instead of margin? | boolean, override `paragraphStyle` in `config.toml`, theme only
-indentFirstParagraph | indent the first paragraph? | boolean, override `indentFirstParagraph` in `config.toml`, theme only
-align | normal, justify, center | srting, if euqal to "normal", will override `enableJustify` in `config.toml`, theme only
-original | original? You can add the following 8 terms if you set `false`. The `author` is required, other optional | boolean, override `original` in `config.toml`, theme only
-author | author of original post | string, theme only
-link | link of original post | string, URL, theme only
-copyright | license of the post | string, Markdown supported, theme only
-website | author’s website | string, theme only
-email | author’s email | string, theme only
-motto | author’s description | string, theme only
-avatar | author’s avatar | string, URL, theme only
-twitter | author’s twitter id | string, theme only
+meta | set `false` to disable post-meta | boolean, MemE only
+toc | display TOC | boolean, override `enableTOC` in `config.toml`, MemE only
+displayCopyright | display post-copyright | boolean, override `displayPostCopyright` in `config.toml`, MemE only
+badge | display updated-badge | boolean, override `displayUpdatedBadge` in `config.toml`, MemE only
+gitinfo | display post-gitinfo | boolean, override `displayPostGitInfo` in `config.toml`, MemE only
+related | display related-posts | boolean, override `displayRelatedPosts` in `config.toml`, MemE only
+katex | add KaTeX support | boolean, override `enableKaTeX` in `config.toml`, MemE only
+mathjax | add MathJax support | boolean, override `enableMathJax` in `config.toml`, MemE only
+comments | set `false` to disable comments in mainSections or set `true` to enable comments in non-mainSections | boolean, MemE only
+smallCaps | small caps? | boolean, override `enableSmallCaps` in `config.toml`, MemE only
+dropCap | drop cap? | boolean, override `enableDropCap` in `config.toml`, MemE only
+dropCapAfterHr | drop cap after every horizontal rule tag? | boolean, override `enableDropCapAfterHr` in `config.toml`, MemE only
+deleteHrBeforeDropCap | delete horizontal rule tag before drop cap? | boolean, override `deleteHrBeforeDropCap` in `config.toml`, MemE only
+indent | indent instead of margin? | boolean, override `paragraphStyle` in `config.toml`, MemE only
+indentFirstParagraph | indent the first paragraph? | boolean, override `indentFirstParagraph` in `config.toml`, MemE only
+align | normal, justify, center | srting, if euqal to "normal", will override `enableJustify` in `config.toml`, MemE only
+original | original? You can add the following 8 terms if you set `false`. The `author` is required, other optional | boolean, override `original` in `config.toml`, MemE only
+author | author of original post | string, MemE only
+link | link of original post | string, URL, MemE only
+copyright | license of the post | string, Markdown supported, MemE only
+website | author’s website | string, MemE only
+email | author’s email | string, MemE only
+motto | author’s description | string, MemE only
+avatar | author’s avatar | string, URL, MemE only
+twitter | author’s twitter id | string, MemE only
disqus_url | * | string, if not set, will use `Permalink` as default
disqus_identifier | * | string, if not set, will use `RelPermalink` as default
disqus_title | * | string, if not set, will use `Title` as default