diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-05-25 18:09:38 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-05-25 18:09:38 -0700 |
| commit | 22e7b10377a2a5672d5af6840a9a21e298315cfd (patch) | |
| tree | 5c294d104b75b7d87bdb907a7f295d9959aefa7c /users/fcuny/resume/readme.org | |
| parent | ref(blog): drop the flake configuration (diff) | |
| download | infra-22e7b10377a2a5672d5af6840a9a21e298315cfd.tar.gz | |
ref(resume): remove flake.nix
Integrate the resume with the rest of the repository, as I did for the
blog in the previous commit.
Added a script to copy the resume in the static directory of the blog.
Diffstat (limited to 'users/fcuny/resume/readme.org')
| -rw-r--r-- | users/fcuny/resume/readme.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/users/fcuny/resume/readme.org b/users/fcuny/resume/readme.org index 2e668df..169536e 100644 --- a/users/fcuny/resume/readme.org +++ b/users/fcuny/resume/readme.org @@ -1,4 +1,6 @@ #+TITLE: Resume * Build -Run =nix build= to generate the resume. +Run =nix build .#users.fcuny.resume -o users/fcuny/resume/result= to generate the resume. +* Publish +Running =nix run .#users.fcuny.resume.publish= will update the file [[file:~/workspace/world/users/fcuny/blog/static/resume.html][resume.html]] in the blog directory. After that you can commit and deploy the blog. |
