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
|
# Programming
|
||||||
## Most Starred Projects on GitHub
|
## Most Starred Projects on GitHub
|
||||||
|
<ClientOnly>
|
||||||
|
<ListRepositories sortBy='stars' user='phundrak' :limit='5' />
|
||||||
|
</ClientOnly>
|
||||||
|
|
||||||
## Latest Active Repositories on GitHub
|
## Latest Active Repositories on GitHub
|
||||||
|
<ClientOnly>
|
||||||
|
<ListRepositories sortBy='pushed_at' user='phundrak' :limit='5' />
|
||||||
|
</ClientOnly>
|
||||||
|
|
||||||
# Linguistics
|
# Linguistics
|
||||||
|
@ -3,5 +3,13 @@ title: Projetas
|
|||||||
---
|
---
|
||||||
# Programi
|
# Programi
|
||||||
## Mea projetas GitHub lo plu stelada
|
## Mea projetas GitHub lo plu stelada
|
||||||
|
<ClientOnly>
|
||||||
|
<ListRepositories sortBy='stars' user='phundrak' :limit='5' />
|
||||||
|
</ClientOnly>
|
||||||
|
|
||||||
## Ultima retenerias de codigo sur GitHub
|
## Ultima retenerias de codigo sur GitHub
|
||||||
|
<ClientOnly>
|
||||||
|
<ListRepositories sortBy='pushed_at' user='phundrak' :limit='5' />
|
||||||
|
</ClientOnly>
|
||||||
|
|
||||||
# Linguistica
|
# Linguistica
|
||||||
|
@ -8,4 +8,8 @@ title: Projets
|
|||||||
</ClientOnly>
|
</ClientOnly>
|
||||||
|
|
||||||
## Derniers dépôts de code actifs sur GitHub
|
## Derniers dépôts de code actifs sur GitHub
|
||||||
|
<ClientOnly>
|
||||||
|
<ListRepositories sortBy='pushed_at' user='phundrak' :limit='5' />
|
||||||
|
</ClientOnly>
|
||||||
|
|
||||||
# Linguistique
|
# Linguistique
|
||||||
|
Loading…
Reference in New Issue
Block a user