Skip to content

jannis-baratheon/jannis-baratheon.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My resume

My professional resume hosted on https://januszwisniowski.it.

Building

  1. Download and install Yarn.
  2. Download and install wkhtmltopdf, add it to the PATH.
  3. Go to the project root directory.
  4. Run yarn.
  5. Run build.sh.

The output is generated in the dist directory.

Deploying

The master branch is hosted on Github Pages under https://januszwisniowski.it.

To deploys the dist directory from the last commit on develop branch to the master branch:

./deploy.sh

To perform a build (build.sh), push the changes and deploy them to master:

./full_deploy.sh <VERSION_NUMBER>

The deployed commit is tagged with <VERSION_NUMBER>.

Acknowledgements

Built with Hackmyresume and JSON Resume.