Implemented filtering and ordering for projects and tools
Update app.py, circuitpython-ebyte-e32.yml, and 9 more files...
This commit is contained in:
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user