5.0.0 • Published 2 years ago
jsonresume-theme-eloquent v5.0.0
jsonresume-theme-eloquent
An eloquent JSON Resume theme: fluent, persuasive, for developers. See it live.
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
- Bootstrap: custom build
- IcoMoon: custom Font Awesome build
5.0.0
2 years ago
4.1.0
7 years ago
4.0.0
7 years ago
3.0.2
8 years ago
3.0.1
9 years ago
3.0.0
9 years ago
2.3.2
9 years ago
2.3.1
9 years ago
2.3.0
9 years ago
2.2.3
10 years ago
2.2.2
10 years ago
2.2.1
10 years ago
2.2.0
10 years ago
2.1.0
10 years ago
2.0.0
10 years ago
1.2.0
10 years ago
1.1.0
10 years ago
1.0.0
10 years ago
0.8.0
10 years ago
0.7.2
10 years ago
0.7.1
10 years ago
0.7.0
10 years ago
0.6.1
10 years ago
0.6.0
11 years ago
0.5.1
11 years ago
0.5.0
11 years ago
0.4.1
11 years ago
0.4.0
11 years ago
0.3.6
11 years ago
0.3.5
11 years ago
0.3.3
11 years ago
0.3.2
11 years ago