Skip to content

Latest commit

 

History

History
62 lines (55 loc) · 2.19 KB

readme.md

File metadata and controls

62 lines (55 loc) · 2.19 KB

bobo-navigation

传送门至中文文档

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

Instructions

  1. Download the repository and unzip, then we open the configuration file nav.json.
  2. first is the top navigation configuration. The first array length is recommended to be a multiple of 8. The format is like this:
       "first":[
       ["Name", "Icon url", "Link address", "TextColor(CSS)"],
       ["Name", "Icon url", "Link address", "TextColor(CSS)"],
       ...
    ]
    Text color can be null
    For example:
  3. second is second navigation configurations. The second array length is recommended to be a multiple of 6. The format is like this:
       "second":[
          ["Name", "Icon url", "Link address"],
          ["Name", "Icon url", "Link address"],
          ...
       ]
    For example:
  4. third is third navigation configurations. The third array length is recommended to be a multiple of 3. The format is like this:
       "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)"],
                ...
             ]
          },
          ...
       ]
    The number of links in each category is recommended to be a multiple of 9.
    For example:

Thanks for your watch