Dejvino's Curriculum Vitae
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Dejvino 0ef6945117 Improve readme 11 月之前
public Fix Bootstrap css after export 11 月之前
src Cleanup 11 月之前
.eslintrc.json Add Next.js + React + Bootstrap 1 年之前
.gitignore Add skills cloud 11 月之前
README.md Improve readme 11 月之前
next-env.d.ts Add Next.js + React + Bootstrap 1 年之前
next.config.js Add Next.js + React + Bootstrap 1 年之前
package-lock.json Add markdown support into descriptions for adding links 11 月之前
package.json Add markdown support into descriptions for adding links 11 月之前
tsconfig.json Add Next.js + React + Bootstrap 1 年之前

README.md

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