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

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishant Srivastava <nisrulz@gmail.com>2020-01-20 21:08:06 +0300
committerNishant Srivastava <nisrulz@gmail.com>2020-01-20 21:08:06 +0300
commite2294d29de08cf27f443bc0b7c15281619d2448a (patch)
tree70688ea036594bab763718c913198e5f7e8136ec /README.md
parentedcb6808fe027f2deb49f8a815685668c19a3c9e (diff)
added info regarding adding showcase to the menu
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 60eed03..e19ea76 100644
--- a/README.md
+++ b/README.md
@@ -555,7 +555,7 @@ enableBio: true
---
```
-3. Finally, Make a file per project.
+3. Make a file per project.
`root/content/showcase/hugo/my-awesome-project.md`.
@@ -572,6 +572,16 @@ thumb: feature3/css3.png # relative path in static/images
---
```
+4. Finally, make a menu at your root/config/_default/menus.en.toml file
+
+```toml
+[[main]]
+ identifier = "showcase"
+ name = "Showcase"
+ url = "showcase"
+ weight = 7
+```
+
## Multi Language
The default language of this theme is English. If you want to use another language, follow these steps