The source code for my personal Github page available at https://jraygauthier.github.io.
Install the nix package manager and run nix-shell
at the root of this
repository.
$ cd /this/repo/root/dir
$ nix-shell
# ..
$ make html
# ..
# A shortcut to a streamlined build and preview:
$ make html-and-preview
# -> Will open the result in your default browser.
Once satisfied, you can publish as follow:
$ make publish
# ..
See separate todo page.
Everything under ./docs/resume
(i.e: the resume in all provided formats), ./docs/training-certificates
, ./src/template/html/static/img
and docs/static/img
is
licensed under
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International license.
Other non code documents (*.md
and *.html
) are licensed under
Creative Commons Attribution 4.0 International license.
All accompanying code is licensed under Apache 2.0 license