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

github.com/varkai/hugo-theme-zozo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorimzeuk <imzeuk@gmail.com>2019-04-27 15:53:28 +0300
committerimzeuk <imzeuk@gmail.com>2019-04-27 15:53:28 +0300
commitcecd171fac7e5f1a9da1969f0ab34a0518db18a9 (patch)
tree34a2389f33bd6e122eb559729e05330c1b9a9ee2 /README.md
parent121374541dda725615c817db3b455d092d3c8bfc (diff)
update theme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 732f6d2..54b2cdd 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,14 @@ In order to customize the logo and favicon, you need to place all the following
Pages can be hidden and don't appear in the post list on the homepage if you add the variable `hidden = true` to the frontmatter. This allows you to link from elsewhere, i.e. just the menu.
+## Shortcodes
+
+This theme provides `img` shortcodes.
+
+```markdown
+{{< img src="path/to/xxx.png" title="xxx" >}}
+```
+
## MathJax
This theme supports MathJax, which are turned off by default. If you want to use them, you need to set them in `config.toml`.