Skip to content

Generates HTML and PDF copies of my resume using Markdown

License

Notifications You must be signed in to change notification settings

webbwebbwebb/curriculum-vitae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curriculum-vitae

This project is how I maintain my CV.

I edit the content in Markdown format, then use the build script to generate HTML and PDF copies of my resume.

The latest is hosted at https://webbwebbwebb.co.uk/ screenshot of CV on webbwebbwebb.co.uk

Requirements

Node v12.3.0 or later (required by http-server)

Build

npm install
npm run build

Serve

(Assuming a successful build)

npm run serve

then browse to http://localhost:8081

Dev

The dev command will serve the site while watching for changes in the src directory

npm run dev

About

Generates HTML and PDF copies of my resume using Markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published