feat: add projects page and rework home page
This commit is contained in:
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"projects": [
|
||||
{
|
||||
"name": "jj-cz",
|
||||
"description": "Une alternative à Commitizen pour Jujutsu",
|
||||
"role": "Auteur",
|
||||
"dates": {
|
||||
"start": "février 2026"
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
"url": "https://labs.phundrak.com/phundrak/jj-cz",
|
||||
"display": "labs.phundrak.com/phundrak/jj-cz",
|
||||
"type": "gitea"
|
||||
},
|
||||
{
|
||||
"url": "https://crates.io/crates/jj-cz",
|
||||
"display": "jj-cz",
|
||||
"type": "cargo"
|
||||
}
|
||||
],
|
||||
"tools": [
|
||||
{ "name": "Emacs", "link": "https://www.gnu.org/software/emacs/" },
|
||||
{ "name": "Rust", "link": "https://rust-lang.org/" },
|
||||
{ "name": "Nix", "link": "https://nixos.org/" },
|
||||
{ "name": "jj", "link": "https://docs.jj-vcs.dev/latest/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Georm",
|
||||
"description": "Georm, un ORM simple pour SQLx avec PostgreSQL",
|
||||
"dates": {
|
||||
"start": "janvier 2025"
|
||||
},
|
||||
"role": "Auteur",
|
||||
"links": [
|
||||
{
|
||||
"url": "https://labs.phundrak.com/phundrak/georm",
|
||||
"display": "labs.phundrak.com/phundrak/georm",
|
||||
"type": "gitea"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/phundrak/georm",
|
||||
"display": "phundrak/georm",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://crates.io/crates/georm",
|
||||
"display": "georm",
|
||||
"type": "cargo"
|
||||
}
|
||||
],
|
||||
"tools": [
|
||||
{ "name": "Emacs", "link": "https://www.gnu.org/software/emacs/" },
|
||||
{ "name": "Rust", "link": "https://rust-lang.org/" },
|
||||
{ "name": "Nix", "link": "https://nixos.org/" },
|
||||
{ "name": "jj", "link": "https://docs.jj-vcs.dev/latest/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "f.el",
|
||||
"description": "Une API moderne pour travailler avec des fichiers et répertoires dans Emacs",
|
||||
"dates": {
|
||||
"start": "mars 2022"
|
||||
},
|
||||
"role": "Mainteneur",
|
||||
"links": [
|
||||
{
|
||||
"url": "https://github.com/rejeep/f.el",
|
||||
"display": "rejeep/f.el",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://melpa.org/#/f",
|
||||
"display": "f",
|
||||
"type": "melpa"
|
||||
}
|
||||
],
|
||||
"tools": [
|
||||
{ "name": "Emacs", "link": "https://www.gnu.org/software/emacs/" },
|
||||
{ "name": "jj", "link": "https://docs.jj-vcs.dev/latest/" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user