- commit
- e89f682f24990d7399be9472d6a8b2fec1e95ac0
- parent
- 98dc52c8badd65d183fc4b8e92fd51c59794a121
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-07-26 20:47
rm code section
Diffstat
D | _content/code/index.md | 52 | ---------------------------------------------------- |
D | _content/code/index.yml | 1 | - |
M | _templates/base.html | 1 | - |
3 files changed, 0 insertions, 54 deletions
diff --git a/_content/code/index.md b/_content/code/index.md
@@ -1,52 +0,0 @@1 -1 # my projects2 -13 -1 [django-mfa3](https://github.com/xi/django-mfa3)4 -1 : multi factor authentication for django5 -16 -1 [sass-planifolia](https://github.com/xi/sass-planifolia)7 -1 : Vanilla Sass helper functions8 -19 -1 [aria-api](https://github.com/xi/aria-api)10 -1 : access ARIA information from JavaScript11 -112 -1 [a11y-outline](https://github.com/xi/a11y-outline)13 -1 : web extension to navigate document outline (like in a screen reader)14 -115 -1 [babelacc](https://xi.github.io/babelacc/)16 -1 : compare different implementations of the accname spec17 -118 -1 [clearcodes](https://github.com/xi/gtk-theme-clearcodes)19 -1 : gtk3 theme with a focus on code simplicity20 -121 -1 [bookmark-stack](https://github.com/xi/bookmark-stack)22 -1 : web extension to save bookmarks in a stack23 -124 -1 [cplay](https://github.com/xi/cplay-ng)25 -1 : a curses front-end for mpv26 -127 -128 -1 # projects I have contributed to29 -130 -1 [contrast-ratio](https://leaverou.github.io/contrast-ratio/)31 -1 : Easily calculate color contrast ratios.32 -133 -1 [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)34 -1 : Display debug information about current request/response.35 -136 -1 [Thunderbird Conversations](https://github.com/protz/thunderbird-conversations)37 -1 : alternativ threaded view for thunderbird inspired by gmail38 -139 -140 -1 # projects I use and like41 -142 -1 [tig](http://jonas.nitro.dk/tig/)43 -1 : Text-mode interface for git44 -145 -1 [pandoc](http://johnmacfarlane.net/pandoc/)46 -1 : universal document converter47 -148 -1 [mpv](https://mpv.io/)49 -1 : cross-platform media player50 -151 -1 [suckless](https://suckless.org/)52 -1 : software collection with focus on code simplicity
diff --git a/_content/code/index.yml b/_content/code/index.yml
@@ -1 +0,0 @@1 -1 title: code
diff --git a/_templates/base.html b/_templates/base.html
@@ -21,7 +21,6 @@ 21 21 <nav class="header__nav"> 22 22 <ul> 23 23 <li><a href="/xi/">blog</a></li>24 -1 <li><a href="/xi/code/">projects</a></li>25 24 <li><a href="https://github.com/xi">github</a></li> 26 25 </ul> 27 26 </nav>