Files
Web-NibblePoker/data/sidebar.yml
Herwin Bozet a930331d6c Removed old PHP code, migrated to Python and Flask
Update .dockerignore, .env, and 503 more files...
2024-10-20 16:20:37 +02:00

56 lines
1006 B
YAML

- title_key: text.home
abs_href: "/"
icon: fad fa-home
active_id: home
-
- title_key: text.articles
abs_href: "/articles/"
icon: fad fa-newspaper
active_id: articles
-
- title_key: text.applications
abs_href: "/content/?tags=application;web"
icon: fad fa-browser
active_id: application
- title_key: text.libraries
abs_href: "/content/?tags=library"
icon: fad fa-puzzle-piece
active_id: library
- title_key: text.electronics
abs_href: "/content/?tags=electronic"
icon: fad fa-microchip
active_id: electronic
- title_key: text.tools
abs_href: "/tools"
icon: fad fa-toolbox
active_id: tools
- title_key: text.downloads
raw_href: "https://files.nibblepoker.lu/"
icon: fad fa-download
active_id: ""
-
- title_key: text.about
abs_href: "/about"
icon: fad fa-user
active_id: about
- title_key: text.contact
abs_href: "/contact"
icon: fad fa-mailbox
active_id: ""
- title_key: text.links
abs_href: "/links"
icon: fad fa-link
active_id: links