docs: switch from Markdown to orgmode

BREAKING CHANGE: Emacs required to export orgmode files to Markdown
This commit is contained in:
2023-05-11 00:19:47 +02:00
parent e4014d78d4
commit cc0a479550
43 changed files with 1181 additions and 1104 deletions

30
content/en/projects.org Normal file
View File

@@ -0,0 +1,30 @@
#+title: Projects
#+setupfile: ../headers
#+language: en
* Programming Projects
** Pinned GitHub Projects
#+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
** Most Starred Projects on GitHub
#+begin_export html
<ClientOnly>
<ListRepositories sortBy='stars' user='phundrak' :limit='5' />
</ClientOnly>
#+end_export
** Latest Active Repositories on GitHub
#+begin_export html
<ClientOnly>
<ListRepositories sortBy='pushed_at' user='phundrak' :limit='5' />
</ClientOnly>
#+end_export