site

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

commit 93b6fe3cf93cd28743f56ae91f75ec86b0e88883
parent a236728bd4998835d67a083cc789de80f8ba30d3
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Tue, 18 Mar 2025 09:00:24 +0100

feat: replace blog/ with code/ and describe 'Flake' and 'Site' repos

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
Dblog/index.md | 4----
Acode/index.md | 27+++++++++++++++++++++++++++
Mheader.gmi | 2+-
Mheader.html | 2+-
4 files changed, 29 insertions(+), 6 deletions(-)

diff --git a/blog/index.md b/blog/index.md @@ -1,4 +0,0 @@ -Blog -===== - -The blog is empty, for now. diff --git a/code/index.md b/code/index.md @@ -0,0 +1,27 @@ +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 + 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,5 +1,5 @@ => / About -=> /blog Blog +=> /code Code --- diff --git a/header.html b/header.html @@ -10,7 +10,7 @@ <header> <nav> <a href="/">About</a> - <a href="/blog">Blog</a> + <a href="/code">Code</a> </nav> </header> <main>