Commit Graph

7 Commits

Author SHA1 Message Date
Reorx 911df68cd1 add meta.locale in jsoncv schema, use it when rendering the theme 2023-12-08 21:00:55 +08:00
Reorx 44808bf31e complete i18n PoC 2023-12-08 20:46:15 +08:00
Reorx eed3ffb6a6 preview: inject style tag for cv-base.css manually to make downloaded preview work
vite does not inject style tag, therefore <link rel=stylesheet> does not work in the downloaded HTML
2023-02-14 17:03:36 +08:00
Reorx 0776062bb6 rename primary color template variables 2023-02-14 15:52:08 +08:00
Reorx 51fd7f8754 add color-picker in editor and support primary color in CV HTML 2023-02-14 15:44:21 +08:00
Reorx f8cb8bdf20 theme reorx: remember scroll position 2023-02-11 15:55:11 +08:00
Reorx 6461995fbf refactor project structures
- vite.config.js: used to generate static cv in a single html file
- vite.config.site.js: used to build the jsoncv site, including editor and preview pages
2023-02-06 22:52:35 +08:00