Commit Graph

33 Commits

Author SHA1 Message Date
Reorx b379cd6be5 complete en locale for reorx theme 2023-12-08 21:08:50 +08:00
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 ecc418c93c fix section title not disappear when it has no items 2023-12-08 20:45:17 +08:00
Wen Sun 32d4a3b313
Do not show the 'Overall GPA' if score is not provided 2023-10-01 20:21:07 +09:00
Reorx 5b412b68ff Update breakpoint for education section in Reorx theme 2023-03-24 17:26:53 +08:00
Reorx 72bda3ff8f theme reorx: no endDate shows "Present", closes #2 2023-02-15 00:26:56 +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 4e2c1f0eca theme reorx: enhance location display 2023-02-14 13:12:51 +08:00
Reorx 5fe1ded857 theme reorx: add responsive styles 2023-02-12 02:40:19 +08:00
Reorx ec3cf65926 chores: update dialog content and filename generating 2023-02-12 00:23:56 +08:00
Reorx 14296d1f8a theme reorx: remove margin in sideproject heading, also remove the dates 2023-02-12 00:14:36 +08:00
Reorx 670c909b7b theme reorx: slightly reduce the margin in headings when printing 2023-02-12 00:13:58 +08:00
Reorx 45442f1689 theme reorx: break-inside allowed for .work-section
due to its nature of having a lot of content
2023-02-12 00:00:41 +08:00
Reorx 4a8b53aff7 theme reorx: show only date for last modified 2023-02-11 23:50:53 +08:00
Reorx 39a121bd15 theme reorx: add .subtitle to replace some helper classes 2023-02-11 23:50:23 +08:00
Reorx baf369d05e theme reorx: avoid using opacity due to bad effect in pdf 2023-02-11 22:33:56 +08:00
Reorx bdeecc45ed theme reorx: move footer css in .cv-container 2023-02-11 22:32:38 +08:00
Reorx 01d3f40fde theme reorx: url target _blank 2023-02-11 21:07:09 +08:00
Reorx 50bb11e941 theme reorx: keep enhancing 2023-02-11 16:59:25 +08:00
Reorx 06336349bf theme reorx: fix projects.roles not exist 2023-02-11 15:55:30 +08:00
Reorx f8cb8bdf20 theme reorx: remember scroll position 2023-02-11 15:55:11 +08:00
Reorx f4ca4cbe46 theme reorx: enhance styles 2023-02-11 15:15:41 +08:00
Reorx 27da04fed0 theme reorx: enhance styles, reorg space-between elements
the left-right layout should be used after h3, for example, in educations, it should be [study<--->dates] rather than [institution<--->dates].

this change also applied to works and projects
2023-02-11 02:53:01 +08:00
Reorx 9a8175c742 render markdown for summary, description, highlights properties 2023-02-11 00:35:05 +08:00
Reorx 48a7848756 fix no meta error 2023-02-10 00:49:41 +08:00
Reorx af0f9aaa91 add colors to app actions 2023-02-08 00:43:18 +08:00
Reorx 2058f72ba2 add title for cv html 2023-02-08 00:14:07 +08:00
Reorx 81f8198591 add side-projects and meta in reorx theme 2023-02-07 23:40:04 +08:00
Reorx c2724578f5 complete (mostly) reorx theme 2023-02-07 01:12:34 +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