Resume data is loaded from resume/<slug>.yml via RESUME_NAME (default dobkin), with per-slug profile photos and webpack alias wiring. Export and preview honor the slug; package scripts add convenience dev/export targets. Add ai-bw layout and preview asset, cherepaha profile, and experience legend metadata on green and purple. When birth year is omitted, cool and material-dark themes show "Based in" instead of "Born" so birth.location can mean current location. README documents the new workflow and fixes export wording. Made-with: Cursor
20 lines
547 B
JavaScript
Executable File
20 lines
547 B
JavaScript
Executable File
// If you create a new resume, import it here:
|
|
import './material-dark.vue';
|
|
import './left-right.vue';
|
|
import './oblique.vue';
|
|
import './side-bar.vue';
|
|
import './purple.vue';
|
|
import './side-bar-rtl.vue';
|
|
import './left-right-rtl.vue';
|
|
import './oblique-rtl.vue';
|
|
import './creative.vue';
|
|
import './cool.vue';
|
|
import './cool-rtl.vue';
|
|
import './cool-rtl2.vue';
|
|
import './green.vue';
|
|
import './ai-bw.vue';
|
|
import './left-right-projects.vue';
|
|
import './material-dark-projects.vue';
|
|
import './oblique-projects.vue';
|
|
import './side-bar-projects.vue';
|