big theme upgrade/initialization

This commit is contained in:
2025-06-06 17:10:24 -06:00
parent 0c6aa62192
commit 6db99b3eee
4 changed files with 10 additions and 3 deletions

View File

@@ -3,6 +3,13 @@ languageCode = 'en-us'
title = 'Formal Methods Tools'
theme = 'fmtools'
[menus]
main = [
{ name = 'Home', url = '/', weight = 1 },
{ name = 'Tools', url = '/tools/', weight = 2 },
{ name = 'Taxonomies', url = '/taxonomies/', weight = 3 },
{ name = 'About', url = '/about/', weight = 4 }
]
[taxonomies]
purpose = 'purposes'