Dejvino's Curriculum Vitae
Go to file
2023-06-02 08:39:48 +02:00
public Personal data update + photo + minor style tweaks 2023-06-02 06:45:04 +02:00
src Style fixes for static version 2023-06-02 08:39:48 +02:00
.eslintrc.json Add Next.js + React + Bootstrap 2023-05-24 06:23:20 +02:00
.gitignore Add skills cloud 2023-05-24 21:15:53 +02:00
next-env.d.ts Add Next.js + React + Bootstrap 2023-05-24 06:23:20 +02:00
next.config.js Add Next.js + React + Bootstrap 2023-05-24 06:23:20 +02:00
package-lock.json Add markdown support into descriptions for adding links 2023-05-28 21:26:21 +02:00
package.json Add markdown support into descriptions for adding links 2023-05-28 21:26:21 +02:00
README.md Improve readme 2023-06-01 06:15:15 +02:00
tsconfig.json Add Next.js + React + Bootstrap 2023-05-24 06:23:20 +02:00

cv

Dejvino's Curriculum Vitae in a web app.

Uses React, Bootstrap and NextJs. Compiles into a static HTML/CSS/JS web page that can be easily served from any web hosting.

Build

npm install

# Development - served on http://localhost:3000/ with auto-reload
npm run dev

# Production - output in ./out/
npm run build

All that is needed to deploy is to copy the contents of the ./out/ folder onto a web hosting.

Configuration

CV content

  • src/PersonalData.ts :: source of all data for the CV, nicely structured in a type-checked TypeScript object literal

Images