From 58e96a59061cd7825d8b0c813b072c22cc04fad7 Mon Sep 17 00:00:00 2001 From: rac2030 Date: Thu, 2 Mar 2017 00:45:36 +0100 Subject: [PATCH] Added description for menuname optional parameter --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d951857..5cb2239 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ To create a new page, run the following command inside your Hugo sites: Change `your-page` to what you want to name the file. There are three variables that you can change: `title`, `weight`, and `draft`. Weight is set to 0 by default, so be sure to change it. +As default, the title of the page will be taken as menu item. In case you have longer page titles, the menu may get distorted and you can set an additional parameter in the pages front matter to have a shorter menu name. +Just set `menuname = ""` in that page and it will use this optional parameter. + You can also copy the pages from the exampleSite folder and modify those pages. ### Contact Form