hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

menus.en.toml (2576B)

    1 [[docs]]
    2   name = "About Hugo"
    3   weight = 1
    4   identifier = "about"
    5   url = "/about/"
    6 
    7 [[docs]]
    8   name = "Getting Started"
    9   weight = 5
   10   identifier = "getting-started"
   11   url = "/getting-started/"
   12 
   13 [[docs]]
   14   name = "Hugo Modules"
   15   weight = 15
   16   identifier = "modules"
   17   post = "break"
   18   url = "/hugo-modules/"
   19 
   20 # Core Menus
   21 
   22 [[docs]]
   23   name = "Content Management"
   24   weight = 20
   25   identifier = "content-management"
   26   post = "expanded"
   27   url = "/content-management/"
   28 
   29 [[docs]]
   30   name = "Templates"
   31   weight = 25
   32   identifier = "templates"
   33 
   34   url = "/templates/"
   35 
   36 [[docs]]
   37   name = "Functions"
   38   weight = 30
   39   identifier = "functions"
   40   url = "/functions/"
   41 
   42 [[docs]]
   43   name = "Variables"
   44   weight = 35
   45   identifier = "variables"
   46   url = "/variables/"
   47 [[docs]]
   48   name = "Hugo Pipes"
   49   weight = 36
   50   identifier = "pipes"
   51   url = "/hugo-pipes/"
   52 [[docs]]
   53   name = "CLI"
   54   weight = 40
   55   post = "break"
   56   identifier = "commands"
   57   url = "/commands/"
   58 
   59 
   60 
   61 # LOW LEVEL ITEMS
   62 
   63 
   64 [[docs]]
   65   name = "Troubleshooting"
   66   weight = 60
   67   identifier = "troubleshooting"
   68   url = "/troubleshooting/"
   69 
   70 [[docs]]
   71   name = "Tools"
   72   weight = 70
   73   identifier = "tools"
   74   url = "/tools/"
   75 
   76 [[docs]]
   77   name = "Hosting & Deployment"
   78   weight = 80
   79   identifier = "hosting-and-deployment"
   80   url = "/hosting-and-deployment/"
   81 
   82 [[docs]]
   83   name = "Contribute"
   84   weight = 100
   85   post = "break"
   86   identifier = "contribute"
   87   url = "/contribute/"
   88 
   89 #[[docs]]
   90 #  name = "Tags"
   91 #  weight = 120
   92 #  identifier = "tags"
   93 #  url = "/tags/"
   94 
   95 
   96 # [[docs]]
   97 #   name = "Categories"
   98 #   weight = 140
   99 #   identifier = "categories"
  100 #   url = "/categories/"
  101 
  102 ######## QUICKLINKS
  103 
  104   [[quicklinks]]
  105     name = "Fundamentals"
  106     weight = 1
  107     identifier = "fundamentals"
  108     url = "/tags/fundamentals/"
  109 
  110 
  111 
  112 
  113 ######## GLOBAL ITEMS TO BE SHARED WITH THE HUGO SITES
  114 
  115 [[global]]
  116     name = "News"
  117     weight = 1
  118     identifier = "news"
  119     url = "/news/"
  120 
  121   [[global]]
  122     name = "Docs"
  123     weight = 5
  124     identifier = "docs"
  125     url = "/documentation/"
  126 
  127   [[global]]
  128     name = "Themes"
  129     weight = 10
  130     identifier = "themes"
  131     url = "https://themes.gohugo.io/"
  132 
  133     [[global]]
  134       name = "Showcase"
  135       weight = 20
  136       identifier = "showcase"
  137       url = "/showcase/"
  138 
  139   # Anything with a weight > 100 gets an external icon
  140   [[global]]
  141     name = "Community"
  142     weight = 150
  143     icon = true
  144     identifier = "community"
  145     post = "external"
  146     url = "https://discourse.gohugo.io/"
  147 
  148 
  149   [[global]]
  150     name = "GitHub"
  151     weight = 200
  152     identifier = "github"
  153     post = "external"
  154     url = "https://github.com/gohugoio/hugo"