传送门至中文文档
This is a navigation website template.
Very simple and easy to modify.
May this project allow you to quickly create pages.
Website Demo: www.aliubo.com/nav
- Download the repository and unzip, then we open the configuration file
nav.json. firstis the top navigation configuration. Thefirstarray length is recommended to be a multiple of 8. The format is like this:Text color can be"first":[ ["Name", "Icon url", "Link address", "TextColor(CSS)"], ["Name", "Icon url", "Link address", "TextColor(CSS)"], ... ]
null
For example:

secondis second navigation configurations. Thesecondarray length is recommended to be a multiple of 6. The format is like this:For example:"second":[ ["Name", "Icon url", "Link address"], ["Name", "Icon url", "Link address"], ... ]

thirdis third navigation configurations. Thethirdarray length is recommended to be a multiple of 3. The format is like this:The number of links in each category is recommended to be a multiple of 9."third":[ { "name":"Type name", "val":[ ["WebName", "Link address", "TextColor(CSS)"], ["WebName", "Link address", "TextColor(CSS)"], ... ] }, { "name":"Type name", "val":[ ["WebName", "Link address", "TextColor(CSS)"], ["WebName", "Link address", "TextColor(CSS)"], ... ] }, ... ]
For example:

Thanks for your watch