From 311d59a48303d2a3bd6b05d47d68fb4c0f82bfae Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 1 May 2022 13:31:35 -0700 Subject: initial commit --- users/fcuny/resume/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 users/fcuny/resume/.gitignore (limited to 'users/fcuny/resume/.gitignore') diff --git a/users/fcuny/resume/.gitignore b/users/fcuny/resume/.gitignore new file mode 100644 index 0000000..813f87f --- /dev/null +++ b/users/fcuny/resume/.gitignore @@ -0,0 +1 @@ +/resume.html -- cgit v1.2.3 From 37bc4248220fe94d47772f974d80c58fc375bb16 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 7 May 2022 18:18:35 -0700 Subject: simplify the build Running `nix build` is enough to generate the file `resume.html`. It will be created in the `result` directory automatically. The configuration for the build is also updated to run `nix build` --- users/fcuny/resume/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'users/fcuny/resume/.gitignore') diff --git a/users/fcuny/resume/.gitignore b/users/fcuny/resume/.gitignore index 813f87f..b61158c 100644 --- a/users/fcuny/resume/.gitignore +++ b/users/fcuny/resume/.gitignore @@ -1 +1,2 @@ /resume.html +/result -- cgit v1.2.3