@anthonyjdella/jsonresume-theme-anthonyjdella-kards

1.0.1 • Public • Published

Customized JSON Resume Theme: Kards

🖼️ This is a slightly tweaked version of the Kards theme. Tweaked to fit my design preferences. Published on NPM and GitHub Registry.

Usage

  • npm run start to start local server.
  • npm run build to build public dir.

Content

  • resume.hbs template for resume.
  • index.js helper functions & render function which renders the resuem.
  • public/index.html generated HTML after running npm run build.
Click to expand README.md of the source repository!

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.

Example resume (intro) Example resume (about)
Example resume (profile) Example resume

Getting started

Install the command line

Install resume-cli to render your resume.

sudo npm install -g resume-cli

Serve theme

resume serve --theme kards --resume <path_to_resume.json>

You should now see this message:

Preview: http://localhost:4000
Press ctrl-c to stop

The resume should open in a new tab in your default browser

Editing template

Get source from GitHub

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

Serve theme

resume serve

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

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @anthonyjdella/jsonresume-theme-anthonyjdella-kards

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

3.45 MB

Total Files

16

Last publish

Collaborators

  • anthonyjdella