github.com/anakojm/hugo-katex@v0.0.0-20231023141351-42d6f5de9c0b/create/skeletons/theme/hugo.toml (about)

     1  baseURL = 'https://example.org/'
     2  languageCode = 'en-us'
     3  title = 'My New Hugo Site'
     4  
     5  [[menus.main]]
     6  name = 'Home'
     7  pageRef = '/'
     8  weight = 10
     9  
    10  [[menus.main]]
    11  name = 'Posts'
    12  pageRef = '/posts'
    13  weight = 20
    14  
    15  [[menus.main]]
    16  name = 'Tags'
    17  pageRef = '/tags'
    18  weight = 30
    19  
    20  [module]
    21    [module.hugoVersion]
    22      extended = false
    23      min = "0.116.0"