jsonresume-theme-azure-split
v1.0.0
Published
A two-column JSON Resume theme with a blue sidebar, featuring a clean professional layout optimized for A4 printing
Maintainers
Readme
jsonresume-theme-azure-split
A two-column JSON Resume theme with a blue sidebar, featuring a clean professional layout optimized for A4 printing.

Features
- Two-column layout: 65% main content, 35% sidebar
- Azure blue accent color (
#93B8DF) for a professional look - A4 optimized: Perfect for printing (210mm × 297mm)
- Print-ready: Includes print media queries with color preservation
- Saira font: Clean, modern Google Font
- Skills sidebar: Organized by category
- Contact info: Phone, email, LinkedIn, GitHub in sidebar
Installation
Using resume-cli
npm install -g resume-cli
npm install jsonresume-theme-azure-split
resume export resume.html --theme azure-split
resume export resume.pdf --theme azure-splitLocal development
git clone <repo-url>
cd jsonresume-theme-azure-split
npm installUsage
Create a resume.json file following the JSON Resume schema, then:
resume export resume.html --theme azure-splitOr use programmatically:
const theme = require('jsonresume-theme-azure-split');
const resume = require('./resume.json');
const html = theme.render(resume);JSON Resume Schema Support
This theme supports the standard JSON Resume schema fields:
basics(name, label, email, phone, summary, profiles, location)work(name, position, startDate, endDate, summary, highlights)education(institution, studyType, area, endDate, courses)skills(name, keywords)
Customization
Edit style.css to customize:
- Colors: Change
#93B8DFto your preferred accent color - Fonts: Modify the Google Fonts import and
font-family - Layout: Adjust column widths in
.left-columnand.right-column - Spacing: Modify padding and margin values
License
MIT
