Coder Social home page Coder Social logo

tincho / jsonresume-theme-eloquent-mod Goto Github PK

View Code? Open in Web Editor NEW

This project forked from constructorfleet/jsonresume-theme-eloquent-mod

1.0 0.0 0.0 1.95 MB

An eloquent JSON Resume theme: fluent, persuasive, for developers.

Home Page: https://thib.me/the-eloquent-json-resume-theme

License: MIT License

Shell 3.10% JavaScript 13.47% CSS 13.27% Handlebars 70.16%

jsonresume-theme-eloquent-mod's Introduction

Eloquent-Mod npm

An eloquent JSON Resume theme: fluent, persuasive, for developers.

Theme screenshot

Online demo

Features

  • Mobile First theme based on Bootstrap.
  • Download your resume with a single click, in a single file.
  • Keep your resume offline if you want to: the theme is self-contained.
  • Obfuscates your email address and phone number from spam bots.
  • Great Font Awesome icons.
  • Gorgeous Open Sans web font.
  • Optimized for print and screen readers.
  • Contains Schema.org markup to make the most of your content.
  • Uses Open Graph & Twitter metas to improve social sharing.
  • Optionally use Google Analytics to track page views on your resume.
  • All fields are optional, pick what you need!

Usage

Install the theme,

npm install --save jsonresume-theme-eloquent-mod

Then use it:

'use strict';

var theme = require('jsonresume-theme-eloquent-mod');

var resume = require('./resume.json');
process.stdout.write(theme.render(resume));

Contributing

Install the project with:

git clone [email protected]:constructorfleet/jsonresume-theme-eloquent-mod.git
cd jsonresume-theme-eloquent-mod
npm install
./.githooks/deploy
# To actively work on the theme.
npm run start

To run the tests locally:

# To create a reference resume export.
npm run test
cp test/resume.html test/old-resume.html
# To compare the result of your changes against the reference.
npm run test
diff -u test/old-resume.html test/resume.html

To release a new version:

npm version minor -m "Release %s"
git push origin master
git push --tags
npm publish

Built with

jsonresume-theme-eloquent-mod's People

Contributors

dependabot[bot] avatar greenkeeperio-bot avatar teagan42 avatar thibaudcolas avatar tincho avatar

Stargazers

 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.