Code Monkey home page Code Monkey logo

jsonresume-theme-golden's Introduction

JSON Resume Golden Theme

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

This is a theme for JSON Resume based on the Kards design by styleshout, heavily modified to fit the needs of asbjor.nu.

Intro About
Profile Resume

Getting started

Serve theme

If you have JSON Resume and this theme installed locally (through NPM or similar), you can run the following command to serve up a resume.json file:

resume serve --theme golden --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

If you need to edit the template to suit your needs, you can do so by following the below instructions.

Get source from GitHub

git clone https://github.com/asbjornu/jsonresume-theme-golden.git
cd jsonresume-theme-golden

Serve it up

npx resume serve --theme . --resume <path/to/resume.json>

This will use the local version of the theme to render the resume.json file. 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 the file theme/less/config.less:

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

Then rebuild:

npm run build

Then serve again:

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

License and credits

The template design is available under Creative Commons Attribution 3.0 License attributed to styleshout.

The source code for generating resume is available under the MIT license.

The background image is by StockSnap from Pixabay.

jsonresume-theme-golden's People

Contributors

xuluwarrior avatar asbjornu avatar dependabot-preview[bot] avatar dependabot[bot] avatar hkdobrev avatar

Stargazers

Ezequiel Birman avatar

Watchers

 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.