Giter Club home page Giter Club logo

dev_resume's Introduction

README

See details in setup instructions

  • Step 1: Update JSON resume in /src/jsonresume (and add/commit/push your changes or later, also we could run step 2 for preview before commit )

  • Step 2: Generate JSON output, and macchiato PDF, HTML and in a second time elegant HTML (previous JSON needed)

sudo docker-compose --file ./src/docker-compose.yaml up  --build

If we want also elegant theme (elegant HTML is amazing), which has some issue when dockerizing output generation. See setup of deps in setup instructions (or apply Dockerfile content and changing theme to jsonresume-theme-elegant). Note this generates the html index in current setup.

sudo hackmyresume build ./out/resume.json TO ./out/index.html -t /usr/local/lib/node_modules/jsonresume-theme-elegant/

For preview with icon display do python3 -m http.server 8080 in out location

If Elegant theme is used it reduces benefits ofdockerization :(

We gather this command in

./generate.sh # (`chmod u+x ./generate.sh` if needed)
  • Step 3: Upload static site
./update_static_site.sh # (`chmod u+x ./update_static_site.sh` if needed)

Step 2 and 3 can be replaced by ./generate_and_deploy.sh (chmod u+x ./generate_and_deploy.sh if needed)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.