big updates

This commit is contained in:
2025-06-09 11:46:01 -06:00
parent 6e54a5e4b9
commit 5360b74809
5 changed files with 20 additions and 13 deletions

Submodule content updated: 388d5fb8f9...a454011c40

View File

@@ -5,19 +5,26 @@ theme = 'fmtools'
[menus] [menus]
main = [ main = [
{ name = 'Home', url = '/', weight = 1 }, # { name = 'Home', url = '/', weight = 1 },
{ name = 'Tools', url = '/tools/', weight = 2 }, { name = 'Tools', url = '/tools/', weight = 2 },
{ name = 'Taxonomies', url = '/taxonomies/', weight = 3 }, # { name = 'Benchmarks', url = '/benchmarks/', weight = 2 },
{ name = 'Data', url = '/taxonomies/', weight = 3 },
{ name = 'About', url = '/about/', weight = 4 } { name = 'About', url = '/about/', weight = 4 }
] ]
[taxonomies] [taxonomies]
purpose = 'purposes' application = 'applications'
technique = 'techniques'
domain = 'domains' domain = 'domains'
language = 'languages'
system = 'systems'
interaction = 'interactions'
formalism = 'formalisms'
developer = 'developers' developer = 'developers'
license = 'licenses' license = 'licenses'
interface = 'interfaces'
input = 'inputs'
technique = 'techniques'
maintenance = 'maintenance'
# purpose = 'purposes'
# language = 'languages'
# system = 'systems'
# interaction = 'interactions'
# # formalism = 'formalisms'
# testThing = 'test ing'

2
public

Submodule public updated: a87a4dbfbf...3bb73fa9a7