site

Francesco Saccone's site content.
git clone https://git.francescosaccone.com/site
Log | Files | Refs | README | LICENSE

commit 7a005cf57acd8fe475ab1daf4073b42979838783
parent ec293eef9dd6469e12098622626bee22582d55ce
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:
Dcode/index.md | 31-------------------------------
Mheader.gmi | 1-
Mheader.html | 1-
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>