blog

git clone https://git.ce9e.org/blog.git

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 projects
    2    -1 
    3    -1 [django-mfa3](https://github.com/xi/django-mfa3)
    4    -1 :	multi factor authentication for django
    5    -1 
    6    -1 [sass-planifolia](https://github.com/xi/sass-planifolia)
    7    -1 :	Vanilla Sass helper functions
    8    -1 
    9    -1 [aria-api](https://github.com/xi/aria-api)
   10    -1 :	access ARIA information from JavaScript
   11    -1 
   12    -1 [a11y-outline](https://github.com/xi/a11y-outline)
   13    -1 :	web extension to navigate document outline (like in a screen reader)
   14    -1 
   15    -1 [babelacc](https://xi.github.io/babelacc/)
   16    -1 :	compare different implementations of the accname spec
   17    -1 
   18    -1 [clearcodes](https://github.com/xi/gtk-theme-clearcodes)
   19    -1 :	gtk3 theme with a focus on code simplicity
   20    -1 
   21    -1 [bookmark-stack](https://github.com/xi/bookmark-stack)
   22    -1 :	web extension to save bookmarks in a stack
   23    -1 
   24    -1 [cplay](https://github.com/xi/cplay-ng)
   25    -1 :	a curses front-end for mpv
   26    -1 
   27    -1 
   28    -1 # projects I have contributed to
   29    -1 
   30    -1 [contrast-ratio](https://leaverou.github.io/contrast-ratio/)
   31    -1 :	Easily calculate color contrast ratios.
   32    -1 
   33    -1 [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)
   34    -1 :	Display debug information about current request/response.
   35    -1 
   36    -1 [Thunderbird Conversations](https://github.com/protz/thunderbird-conversations)
   37    -1 :	alternativ threaded view for thunderbird inspired by gmail
   38    -1 
   39    -1 
   40    -1 # projects I use and like
   41    -1 
   42    -1 [tig](http://jonas.nitro.dk/tig/)
   43    -1 :	Text-mode interface for git
   44    -1 
   45    -1 [pandoc](http://johnmacfarlane.net/pandoc/)
   46    -1 :	universal document converter
   47    -1 
   48    -1 [mpv](https://mpv.io/)
   49    -1 :	cross-platform media player
   50    -1 
   51    -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>