Skip to content

aliubo/bobo-navigation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple navigation website. 一个非常简约的导航网站

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published