Implemented filtering and ordering for projects and tools

Update app.py, circuitpython-ebyte-e32.yml, and 9 more files...
This commit is contained in:
2025-03-30 15:39:21 +02:00
parent accdf741f1
commit 6276a74f30
11 changed files with 69 additions and 73 deletions

View File

@@ -16,7 +16,7 @@ projects:
title_key: "meta.title"
description_key: "meta.description"
index:
priority: 105
priority: 3000
enable: true
title_key: "meta.title"
preamble_key: "meta.description"

View File

@@ -16,7 +16,7 @@ projects:
title_key: "meta.title"
description_key: "meta.description"
index:
priority: 105
priority: 1000
enable: true
title_key: "meta.title"
preamble_key: "meta.description"

View File

@@ -16,7 +16,7 @@ projects:
title_key: "meta.title"
description_key: "meta.description"
index:
priority: 105
priority: 2000
enable: true
title_key: "meta.title"
preamble_key: "meta.description"

View File

@@ -14,29 +14,35 @@
#
#-
- title_key: text.applications
abs_href: "/content/?tags=application;web"
icon: fad fa-browser
active_id: application
- title_key: text.projects
abs_href: "/content/?tags="
icon: fad fa-briefcase
active_id: projects
has_new_until_utc: 0
- title_key: text.libraries
abs_href: "/content/?tags=library"
icon: fad fa-puzzle-piece
active_id: library
has_new_until_utc: 0
#- title_key: text.applications
# abs_href: "/content/?tags=application;web"
# icon: fad fa-browser
# active_id: application
# has_new_until_utc: 0
#
#- title_key: text.libraries
# abs_href: "/content/?tags=library"
# icon: fad fa-puzzle-piece
# active_id: library
# has_new_until_utc: 0
#
#- title_key: text.electronics
# abs_href: "/content/?tags=electronic"
# icon: fad fa-microchip
# active_id: electronic
# has_new_until_utc: 0
- title_key: text.electronics
abs_href: "/content/?tags=electronic"
icon: fad fa-microchip
active_id: electronic
has_new_until_utc: 0
- title_key: text.experiments
abs_href: "/content/?tags=experiments"
icon: fad fa-flask-vial
active_id: electronic
has_new_until_utc: 0
#- title_key: text.experiments
# abs_href: "/content/?tags=experiments"
# icon: fad fa-flask-vial
# active_id: electronic
# has_new_until_utc: 0
- title_key: text.tools
abs_href: "/tools"

View File

@@ -17,7 +17,7 @@ tools:
title_key: "meta.title"
description_key: "meta.description"
index:
priority: 100
priority: 2000
enable: true
title_key: "meta.title"
preamble_key: "meta.description"

View File

@@ -17,7 +17,7 @@ tools:
title_key: "meta.title"
description_key: "meta.description"
index:
priority: 100
priority: 3000
enable: true
title_key: "meta.title"
preamble_key: "meta.description"

View File

@@ -17,7 +17,7 @@ tools:
title_key: "meta.title"
description_key: "meta.description"
index:
priority: 100
priority: 1000
enable: true
title_key: "meta.title"
preamble_key: "meta.description"