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
|
||||
|
||||
Reference in New Issue
Block a user