aboutsummaryrefslogblamecommitdiff
path: root/themes/neonxp/hugo.toml
blob: 6c35bc476f0dd1fd98fe3de1deff3950952a8705 (plain) (tree)






















                                
baseURL = 'https://example.org/'
languageCode = 'en-US'
title = 'My New Hugo Site'

[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 10

[[menus.main]]
name = 'Posts'
pageRef = '/posts'
weight = 20

[[menus.main]]
name = 'Tags'
pageRef = '/tags'
weight = 30

[module]
  [module.hugoVersion]
    extended = false
    min = "0.116.0"