Code Monkey home page Code Monkey logo

jsonresume-theme-elite's Introduction

jsonresume-theme-elite

Build Status npm npm

Elite theme for JSONResume

TOC

  1. Installation
  2. Development
  3. Generating your resume in PDF
  4. Resume data
  5. Design customizations

Installation

Using Docker (recommended)

This project comes with a Dockerfile to provide you the needed software dependencies. Installation is via docker compose by running:

docker-compose build

Local environment

If you want to generate your resume directly from this repository, the installation is the same as any other javascript project with NPM dependencies.

npm install

As an NPM dependency

If you want to add this theme as a dependency run the following command in your project:

npm install --save jsonresume-theme-elite

Development

If you need to do some modifications in the design you can serve the resume in the browser in one of the following ways.

Using Docker (recommended)

docker-compose up

Then you can access the browser preview of your resume at 0.0.0.0:4000.

Local environment

npm start

Then you can access the browser preview of your resume at localhost:4000.

If you are going to perform several exchanges you can access the hot reload version using port 4001 so every time you change something the page would be reloaded to render the latest changes.

Generating your resume in PDF

By default the latest version of resume-cli only supports rendering the resume in Letter format.

I introduce some changes so you are able to generate it in every format supported by PhantomJS:

  • A3
  • A4
  • A5
  • Legal
  • Letter
  • Tabloid

Again, you have some ways of exporting the resume depending on your environment:

Using Docker (recommended)

By running the following command you will export it in A4 format:

docker-compose run web npm run export

But if you want to use other supported formats you can run:

docker-compose run web node_modules/.bin/gulp export --page-format A3

Local environment

By running the following command you will export it in A4 format:

npm run export

But if you want to use other supported formats you can run:

node_modules/.bin/gulp export --page-format A3

Credits

jsonresume-theme-elite's People

Contributors

nass600 avatar

Watchers

 avatar  avatar

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.