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

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien CASTERS <fabien@vaga.io>2020-07-16 21:57:33 +0300
committerFabien <vaga@users.noreply.github.com>2020-10-08 13:24:48 +0300
commit143e072fa91595d85dda9b16859edaa56d35528e (patch)
tree1360b65163e3c99d17fd01f30218e1062b40f92b /README.md
parent476c36d260427d1b7a0aab768af18021db240cda (diff)
Add custom menu
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 93f0a3a..6e1135a 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,17 @@ In your `config.toml` file, define the following variables in `params`:
- `description`: Short description of the author
- `avatar`: Path of file containing the author avatar image
+To add a menu item, add the following lines in `menu`:
+
+```
+[[menu.main]]
+ identifier = "tags"
+ name = "Tags"
+ url = "/tags/"
+```
+
+[Read Hugo documentations](https://gohugo.io/content-management/menus/#readout) for more informations about menu
+
To add a social link, add the following lines in `params`:
```