31 lines
799 B
Org Mode
31 lines
799 B
Org Mode
#+title: Projets informatiques
|
|
#+setupfile: ./headers
|
|
#+language: fr
|
|
|
|
* Projets Informatiques
|
|
** Projets GitHub épinglés
|
|
#+begin_export html
|
|
<ClientOnly>
|
|
<ListRepositories>
|
|
<GithubRepository repoName="rejeep/f.el" />
|
|
<GithubRepository repoName="Phundrak/eshell-info-banner.el" />
|
|
<GithubRepository repoName="Phundrak/dotfiles" />
|
|
<GithubRepository repoName="Phundrak/langue-phundrak-fr" />
|
|
</ListRepositories>
|
|
</ClientOnly>
|
|
#+end_export
|
|
|
|
** Projets GitHub les plus étoilés
|
|
#+begin_export html
|
|
<ClientOnly>
|
|
<ListRepositories sortBy='stars' user='phundrak' :limit='5' />
|
|
</ClientOnly>
|
|
#+end_export
|
|
|
|
** Derniers dépôts de code actifs sur GitHub
|
|
#+begin_export html
|
|
<ClientOnly>
|
|
<ListRepositories sortBy='pushed_at' user='phundrak' :limit='5' />
|
|
</ClientOnly>
|
|
#+end_export
|