From 2506068fc643d929623d2641db329d170e90dad4 Mon Sep 17 00:00:00 2001 From: zzossig Date: Tue, 5 Nov 2019 00:45:35 +0900 Subject: [PATCH] Readme.md update --- README.md | 45 ++++++--------------------------------------- 1 file changed, 6 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 1ec25d2..a117376 100644 --- a/README.md +++ b/README.md @@ -168,48 +168,15 @@ rssLimit = 100 4. menus.en.toml -This example file is the zzo theme's default menu options. You should edit yours. +You shoud make your own menu. ```bash [[main]] - identifier = "about" - name = "about" - url = "/about/" - weight = 1 - -[[main]] - identifier = "archive" - name = "archive" - url = "/archive/" - weight = 2 - -[[main]] - identifier = "gallery" - name = "gallery" - url = "/gallery" - weight = 3 - -[[main]] - parent = "gallery" - name = "cartoon" - url = "/gallery/cartoon" - -[[main]] - parent = "gallery" - name = "photo" - url = "/gallery/photo" - -[[main]] - identifier = "posts" - name = "posts" - url = "/posts/" - weight = 4 - -[[main]] - identifier = "notes" - name = "notes" - url = "/notes/" - weight = 5 + identifier = "home" + name = "home" + url = "/" + weight = 0 +... ``` 5. params.toml