GithubHelp home page GithubHelp logo

icarosadero / jsonresume-theme-full Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jackkeller/jsonresume-theme-full

0.0 1.0 0.0 39 KB

Simple to the point theme for JSON Resume, based on the short theme.

JavaScript 2.97% CSS 13.76% HTML 48.53% Handlebars 21.85% Sass 12.89%

jsonresume-theme-full's Introduction

JSON Resume Theme: Full

This theme is based off of npmjs.com/package/jsonresume-theme-short with some additional fixes and workflows.

Getting Started/Prerequisites

Follow the directions from the boilerplate to get everything installed like node, npm, and the resume-cli then follow the workflow below in Developing

Features

  • Responsive HTML version for viewing on mobile devices
  • Section Headers prevent widow using page-break-inside: avoid

Developing

If you have NVM installed you should be switched into a flavor of nodejs 15, otherwise make sure you're using a version around 15.14.0 before the next step.

  1. npm install
  2. In your terminal run npm run style
  3. In another terminal run npm run dev
  4. open http://localhost:35729/ and start hacking away on styles

You can edit the dev/index.html file if you're looking to reorder things, but anything you do will not persist until you make changes in the resume.hbs or it's partials located in partials/

The resume.json used for the static dev file is located at jsonresume.org/schema/ and it is the baseline that you should use in order to build your resume. Leaving out sections will remove them from the output.

Enjoy!

Using

If you want to change the accent color add this to the top of your resume.json above the basics information and change the hex color to suit your needs!

  "meta": {
    "accent": "#b4d455"
  },

Then run resume serve --theme full in your resume repository and get to editing the resume.json file with your details, easy peesy.

Format dates without preceding zeros for the date formatter to work properly 2020-02-03 will not work but 2020-2-3 will. I'll work that out later hopefully.

As far as exporting a PDF version, @page rules are not always respected in terms of margins, I recommend initiating a print of the HTML page and then using the option to save as a PDF if you have multiple pages.

Contribute or Fork

Feel free to Fork this repo and create your own style, or submit a PR if you find an error or think about a wonderful addition.

License

Available under the MIT license.

jsonresume-theme-full's People

Contributors

icarosadero avatar

Watchers

James Cloos 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.