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:
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`.