docs: update projects page to use new components
This commit is contained in:
@@ -3,5 +3,13 @@ title: Projects
|
||||
---
|
||||
# Programming
|
||||
## Most Starred Projects on GitHub
|
||||
<ClientOnly>
|
||||
<ListRepositories sortBy='stars' user='phundrak' :limit='5' />
|
||||
</ClientOnly>
|
||||
|
||||
## Latest Active Repositories on GitHub
|
||||
<ClientOnly>
|
||||
<ListRepositories sortBy='pushed_at' user='phundrak' :limit='5' />
|
||||
</ClientOnly>
|
||||
|
||||
# Linguistics
|
||||
|
||||
@@ -3,5 +3,13 @@ title: Projetas
|
||||
---
|
||||
# Programi
|
||||
## Mea projetas GitHub lo plu stelada
|
||||
<ClientOnly>
|
||||
<ListRepositories sortBy='stars' user='phundrak' :limit='5' />
|
||||
</ClientOnly>
|
||||
|
||||
## Ultima retenerias de codigo sur GitHub
|
||||
<ClientOnly>
|
||||
<ListRepositories sortBy='pushed_at' user='phundrak' :limit='5' />
|
||||
</ClientOnly>
|
||||
|
||||
# Linguistica
|
||||
|
||||
@@ -8,4 +8,8 @@ title: Projets
|
||||
</ClientOnly>
|
||||
|
||||
## Derniers dépôts de code actifs sur GitHub
|
||||
<ClientOnly>
|
||||
<ListRepositories sortBy='pushed_at' user='phundrak' :limit='5' />
|
||||
</ClientOnly>
|
||||
|
||||
# Linguistique
|
||||
|
||||
Reference in New Issue
Block a user