5.1.0-ru • Published 4 years ago

jsonresume-theme-eloquent-ru v5.1.0-ru

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Eloquent npm Build Status

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

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

5.1.0-ru

4 years ago

5.0.11-ru

5 years ago

5.0.10-ru

5 years ago

5.0.9-ru

5 years ago

5.0.8-ru

5 years ago

5.0.7-ru

5 years ago

5.0.6-ru

5 years ago

5.0.5-ru

5 years ago

5.0.4-ru

5 years ago

5.0.3-ru

5 years ago

5.0.2-ru

5 years ago

5.0.1-ru

5 years ago

5.0.0-ru

5 years ago

2.0.0

5 years ago

1.0.4

5 years ago

4.2.1

5 years ago

4.2.0

5 years ago

4.1.3-ru

5 years ago

4.1.2-ru

5 years ago

4.1.1-ru

5 years ago

4.1.0-ru

5 years ago

4.1.0

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago