Skip to content

v1.7.3

Compare
Choose a tag to compare
@manid2 manid2 released this 14 Apr 08:48
· 4 commits to main since this release

CV Layout improvements

Features (Breaking changes not compatible with previous CV layout)

  • Add cv-description class to replace post-meta class in cv layout to
    keep it separate from post layout. This class is similar to post-meta
    class except for text color which is set to normal instead of accent.
  • Remove bottom border in cv-experience to avoid printing too many lines
    due to many experiences listed. These lines are a distraction when
    reading the CV.
  • Remove cv-skills class and cv/skills shortcode replace it with simple
    line e.g. "Skills: C++, Python". This is done to reduce the printed
    content.
  • Add cv-content class to apply cv content specific styles:
    • Reduce h2 size as it is not more important than the listed
      experiences and educations.
    • Reduce line height and margins for all elements under cv-content to
      keep the CV readable in print while also fitting into smallest page
      area.