matbgn / jsonresume-theme-kards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON Resume Kards Theme

This project is using Percy.io for visual regression testing.

This is a theme for JSON Resume based on Kards design by styleshout.

Table 1. Previews
Example resume (intro) Example resume (about)

Example resume (profile)

Example resume

Getting started

Install the command line

Install resume-cli to render your resume.

npm install -g resume-cli

Serve theme

This will use the local version of the theme to render the resume.json If there is a local copy of resume.json this will be used. Otherwise, it will use the default resume.json from jsonresume.org

While inside the theme folder, simply run:

node export.js ~/path/to/your/resume.json
ℹ️

You can also place your resume.json in the root folder of this project and simply run:

node export.js

You should now be able to render your html with a local server, for instance for VSCode:

code --install-extension ritwickdey.LiveServer
💡
Right click on the newly generated index.html Congratulations, you’ve made it!

Editing template

Get source from GitHub

git clone https://github.com/XuluWarrior/jsonresume-theme-kards.git
cd jsonresume-theme-orbit

Change background images

In order for the generated html to be self contained this theme ships with the background images embedded in the css. To change the images, edit Kards10/less/config.less

@bg-img-url: "data:image/...";
@intro-bg-img-url: "data:image/...";
@logo-img-url: "data:image/...";

and then rebuild styles.css

npm run build:styles

Extra sections

The original Kards design included extra sections such as Portfolio and Services. These don’t map directly to jsonresume and so are commented out in the template.

To include them in your template, edit resume.hbs and uncomment the appropriate sections and personalise the content e.g.

<!--&lt;!&ndash; Portfolio Section-->
<!--================================================== &ndash;&gt;-->
<!--<section id="portfolio">-->

 ...

<!--</section> &lt;!&ndash; /portfolio &ndash;&gt;-->
Portfolio section Services section

License

Template design is available under Creative Commons Attribution 3.0 License attributed to styleshout

Source code for generating resume is available under the MIT license.

About


Languages

Language:Less 96.3%Language:HTML 1.9%Language:Handlebars 1.2%Language:JavaScript 0.5%Language:PHP 0.1%Language:Smarty 0.0%