传送门至中文文档
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
. first
is the top navigation configuration. Thefirst
array 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:
second
is second navigation configurations. Thesecond
array 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"], ... ]
third
is third navigation configurations. Thethird
array 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