jsonresume-theme-eloquent

5.0.0 • Public • Published

jsonresume-theme-eloquent

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

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.
  • 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

Then use it:

"use strict";

var theme = require("jsonresume-theme-eloquent");

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

Contributing

Install the project with:

git clone git@github.com:thibaudcolas/jsonresume-theme-eloquent.git
cd jsonresume-theme-eloquent
npm install
# To actively work on the theme.
npm run start

To release a new version:

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

Built with

Readme

Keywords

none

Package Sidebar

Install

npm i jsonresume-theme-eloquent

Weekly Downloads

20

Version

5.0.0

License

MIT

Unpacked Size

92.3 kB

Total Files

11

Last publish

Collaborators

  • thibaudcolas
  • thi-bot