mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
✨ feat: add tag filtering for projects
This commit is contained in:
parent
8e1acdbba2
commit
8b28514c8b
17 changed files with 267 additions and 9 deletions
|
|
@ -3,6 +3,9 @@ title = "dōteki"
|
|||
description = "Add dynamic content to your GitHub profile through an intuitive plugin system."
|
||||
weight = 30
|
||||
|
||||
[taxonomies]
|
||||
tags = ["GitHub Actions", "automation", "Python"]
|
||||
|
||||
[extra]
|
||||
local_image = "projects/doteki/doteki_logo.webp"
|
||||
social_media_card = "social_cards/projects_doteki.jpg"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@ title = "git-sumi"
|
|||
description = "The non-opinionated Rust-based commit message linter."
|
||||
weight = 10
|
||||
|
||||
[taxonomies]
|
||||
tags = ["Git", "Rust", "Continuous Integration", "GitHub Actions", "CLI", "automation"]
|
||||
|
||||
[extra]
|
||||
local_image = "projects/git-sumi/git-sumi_logo.webp"
|
||||
social_media_card = "social_cards/projects_git-sumi.jpg"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@ title = "nani"
|
|||
description = "Bash script to create public URLs from files or text on remote servers."
|
||||
weight = 50
|
||||
|
||||
[taxonomies]
|
||||
tags = ["bash", "CLI"]
|
||||
|
||||
[extra]
|
||||
local_image = "projects/nani/nani_logo.webp"
|
||||
canonical_url = "https://osc.garden/projects/tabi/"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@ title = "ラム (ramu)"
|
|||
description = "A web app to practice reading and listening to Japanese numbers."
|
||||
weight = 30
|
||||
|
||||
[taxonomies]
|
||||
tags = ["Japanese", "education", "web app", "PWA", "web", "JavaScript"]
|
||||
|
||||
[extra]
|
||||
local_image = "projects/ramu/ramu_logo.png"
|
||||
canonical_url = "https://osc.garden/projects/ramu/"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@ title = "Streaming Royalties Calculator"
|
|||
description = "A tool to calculate streaming royalties for musicians."
|
||||
weight = 45
|
||||
|
||||
[taxonomies]
|
||||
tags = ["music", "web app", "JavaScript", "data analysis", "web"]
|
||||
|
||||
[extra]
|
||||
local_image = "projects/streaming-royalties-calculator/streaming-royalties-calculator_logo.webp"
|
||||
canonical_url = "https://osc.garden/projects/streaming-royalties-calculator/"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@ title = "tabi"
|
|||
description = "A feature-rich modern Zola theme with first-class multi-language support."
|
||||
weight = 40
|
||||
|
||||
[taxonomies]
|
||||
tags = ["Zola", "web", "JavaScript"]
|
||||
|
||||
[extra]
|
||||
local_image = "projects/tabi/tabi.webp"
|
||||
social_media_card = "social_cards/projects_tabi.jpg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue