Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 1.05 KB

Added

  • Impelement #personal-info function, which accepts the following inputs and generates a line of personal info with icon separated by vertical line symbols accordingly
    • email, phone, github, linkedin and website, with predefined styles
    • <name of icon>: <link>, for example: #personal-info(x-twitter: "https://x.com/iskyzh") will generate an icon link like the figure below: image
    • a dictionary with keys: link, text, icon, solid, which will generate an icon link accordingly
  • Make page margin and padding around cventry blocks adjustable
  • Also alllow adjusting cventry block padding individually

Changed

  • Use typst-fontawesome package
  • Make second level heading font size larger (12pt $\to$ 14pt)

Initial Release