commit ac5eabc146a2e4c0ec9cf396ac81a1ec654bfc6f
parent 24e2cba072d1edbc56a8a923a6659bb79f8652cb
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Thu, 27 Mar 2025 18:49:20 +0100
feat: remove code/
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
3 files changed, 0 insertions(+), 33 deletions(-)
diff --git a/code/index.md b/code/index.md
@@ -1,31 +0,0 @@
-Code
-====
-
-This section contains my repositories, all of which utilise Git and are
-self-hosted.
-
-Flake
------
-
-```
-git clone git://francescosaccone.com/flake
-```
-
-> This repository is my personal and opinionated Nix flake[^1], which I use on
-every machine I own. It contains NixOS configurations for various devices,
-ranging from my laptop to my server, and is currently the most actively
-maintained project in my portfolio.
-
-[^1]: For more information about Nix and the NixOS ecosystem, visit
- [NixOS](https://nixos.org).
-
-Site
-----
-
-```
-git clone git://francescosaccone.com/site
-```
-
-> This repository contains the contents of this website, written in Markdown,
-and provides shell scripts to compile the pages into various markup languages,
-including HTML and Gemtext.
diff --git a/header.gmi b/header.gmi
@@ -1,6 +1,5 @@
=> / About
=> /blog Blog
-=> /code Code
-------------------------------------------------------------------------------
diff --git a/header.html b/header.html
@@ -13,7 +13,6 @@
<nav>
<a href="/">About</a>
<a href="/blog">Blog</a>
- <a href="/code">Code</a>
</nav>
</header>
<main>