From 5360b74809d329d5510514a92b797678523410bd Mon Sep 17 00:00:00 2001 From: Landon Taylor Date: Mon, 9 Jun 2025 11:46:01 -0600 Subject: [PATCH] big updates --- content | 2 +- data/publications | 2 +- hugo.toml | 25 ++++++++++++++++--------- public | 2 +- themes/fmtools | 2 +- 5 files changed, 20 insertions(+), 13 deletions(-) diff --git a/content b/content index 388d5fb..a454011 160000 --- a/content +++ b/content @@ -1 +1 @@ -Subproject commit 388d5fb8f922702ea9cad380522f0c120aa01375 +Subproject commit a454011c4088dceff37d86fb2eaf890757ea5b74 diff --git a/data/publications b/data/publications index 80cafb3..aca0d27 160000 --- a/data/publications +++ b/data/publications @@ -1 +1 @@ -Subproject commit 80cafb3f32a85f17c5272d2f617614f0910e1dd9 +Subproject commit aca0d278a9329ca386918d63316382a9b0db9e54 diff --git a/hugo.toml b/hugo.toml index 4b9ddad..07989a2 100644 --- a/hugo.toml +++ b/hugo.toml @@ -5,19 +5,26 @@ theme = 'fmtools' [menus] main = [ - { name = 'Home', url = '/', weight = 1 }, + # { name = 'Home', url = '/', weight = 1 }, { 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 } ] [taxonomies] - purpose = 'purposes' - technique = 'techniques' + application = 'applications' domain = 'domains' - language = 'languages' - system = 'systems' - interaction = 'interactions' - formalism = 'formalisms' developer = 'developers' - license = 'licenses' \ No newline at end of file + license = 'licenses' + interface = 'interfaces' + input = 'inputs' + technique = 'techniques' + maintenance = 'maintenance' + + # purpose = 'purposes' + # language = 'languages' + # system = 'systems' + # interaction = 'interactions' + # # formalism = 'formalisms' + # testThing = 'test ing' \ No newline at end of file diff --git a/public b/public index a87a4db..3bb73fa 160000 --- a/public +++ b/public @@ -1 +1 @@ -Subproject commit a87a4dbfbfe2cd42dc7bed8fa5c0cf8e9ee6c4fd +Subproject commit 3bb73fa9a74737fd9d9054a54ff08c2b0f6ec0ef diff --git a/themes/fmtools b/themes/fmtools index d4ac24c..97a3172 160000 --- a/themes/fmtools +++ b/themes/fmtools @@ -1 +1 @@ -Subproject commit d4ac24c869e53ba2fb5f801c8b1c8b0768a25c44 +Subproject commit 97a31721d07a5283b1d44677a361861b029dc2a4