index.md (771B)
1 Code 2 ==== 3 4 This section contains my repositories, all of which utilise Git and are 5 self-hosted. 6 7 Flake 8 ----- 9 10 ``` 11 git clone git://francescosaccone.com/flake 12 ``` 13 14 > This repository is my personal and opinionated Nix flake[^1], which I use on 15 every machine I own. It contains NixOS configurations for various devices, 16 ranging from my laptop to my server, and is currently the most actively 17 maintained project in my portfolio. 18 19 [^1]: For more information about Nix and the NixOS ecosystem, visit 20 [NixOS](https://nixos.org). 21 22 Site 23 ---- 24 25 ``` 26 git clone git://francescosaccone.com/site 27 ``` 28 29 > This repository contains the contents of this website, written in Markdown, 30 and provides shell scripts to compile the pages into various markup languages, 31 including HTML and Gemtext.