From 77681112afc489bd3e8911c8a2b76bbe243150c9 Mon Sep 17 00:00:00 2001 From: len0rd Date: Thu, 29 May 2025 09:04:27 -0400 Subject: [PATCH] add links to sidebar --- _templates/aboutme.html | 50 ++++++++++++++++++++++++++++++++++++----- pip-requirements.txt | 2 ++ 2 files changed, 47 insertions(+), 5 deletions(-) diff --git a/_templates/aboutme.html b/_templates/aboutme.html index 713ed4c..393c5a5 100644 --- a/_templates/aboutme.html +++ b/_templates/aboutme.html @@ -1,15 +1,55 @@
+

Links

+ + +

About me

-

- I'm an embedded software engineer who enjoys building reliable, well-tested and fast - code. Besides embedded development I also dabble in DevOps, self-hosting and making stuff. - My other hobbies include board games and travelling. -

+
+

+ I'm an embedded software engineer who enjoys building reliable, well-tested and fast + code. Besides embedded development I also dabble in DevOps, self-hosting and making stuff. + My other hobbies include board games and travelling. +

+
diff --git a/pip-requirements.txt b/pip-requirements.txt index 2777c52..d0b9c1b 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -3,6 +3,8 @@ ablog sphinx-design sphinxcontrib-youtube pydata-sphinx-theme +# dependency of sphinxcontrib-bitfield +https://github.com/len0rd/bitfield/archive/refs/heads/feature/len0rd/fontcolor.zip # for bitfield diagram generation (with latex support) # installing from my own branch since some improvements have not been merged upstream yet https://github.com/len0rd/sphinxcontrib-bitfield/archive/refs/heads/feature/len0rd/bitfield_fontcolor.zip