docs: update projects page to use new components
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4927ef369a
commit
e02a336353
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user