From dbf48a4665a66dd37150f3886026ecd9bd82967f Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sat, 12 Nov 2022 11:41:51 +0100 Subject: restructure directories --- content/default.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 content/default.nix (limited to 'content/default.nix') diff --git a/content/default.nix b/content/default.nix deleted file mode 100644 index 0b0d0ca..0000000 --- a/content/default.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ html, make, ... }: - -let - sectionTemplate = section: { - inherit (section) title priority; - body = html.section { id = section.title; } [ - (html.h1 section.title) - section.body - ]; - }; - makeSection = path: sectionTemplate (make path { }); -in builtins.map makeSection [ - ./basics.html.nix - ./education.html.nix - ./experience.html.nix - # ./languages.html.nix - ./publications.html.nix -] -- cgit v1.2.3