diff options
Diffstat (limited to 'themes/robson/hugo.toml')
| -rw-r--r-- | themes/robson/hugo.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/themes/robson/hugo.toml b/themes/robson/hugo.toml new file mode 100644 index 0000000..ecae1a1 --- /dev/null +++ b/themes/robson/hugo.toml @@ -0,0 +1,24 @@ +baseURL = 'https://example.org/' +languageCode = 'en-US' +title = 'Robson' + +[menus] + [[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.146.0' |