@anthonyjdella/jsonresume-theme-anthonyjdella-kards
v1.0.1
Published
Theme for JSON Resume based on Kards design by styleshout
Downloads
6
Readme
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 runningnpm run build
.
JSON Resume Kards Theme
This is a theme for JSON Resume based on Kards design by styleshout.
| | | | --- | --- | | | | | | |
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.
<!--<!– Portfolio Section-->
<!--================================================== –>-->
<!--<section id="portfolio">-->
...
<!--</section> <!– /portfolio –>-->
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.