jraygauthier / jraygauthier.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme

The source code for my personal Github page available at https://jraygauthier.github.io.

Maintainer

Entering the reproducible developer environment

Install the nix package manager and run nix-shell at the root of this repository.

$ cd /this/repo/root/dir
$ nix-shell
# ..

Build and publish a new version of this web site

$ 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
# ..

Todo

See separate todo page.

License

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

About

License:Apache License 2.0


Languages

Language:CSS 46.3%Language:HTML 32.9%Language:Makefile 14.3%Language:Nix 6.2%Language:Shell 0.2%Language:JavaScript 0.2%