diff --git a/cvcreator/data/tech_skills.toml b/cvcreator/data/tech_skills.toml index 31666fe..dec60f1 100644 --- a/cvcreator/data/tech_skills.toml +++ b/cvcreator/data/tech_skills.toml @@ -352,3 +352,16 @@ allowed_labels = [ "Yarn" = ["Tools", "Testing"] "Zig" = ["Languages"] "Zustand" = ["Tools"] +"ALSA" = ["Tools"] +"Clang" = ["Tools"] +"GLSL" = ["Language", "Tools"] +"Meson" = ["Tools"] +"Neovim" = ["Editors", "Tools"] +"PyO3" = ["Tools"] +"Smol" = ["Tools"] +"Tokio" = ["Tools"] +"Torch" = ["Tools"] +"V4L2" = ["Tools"] +"WGSL" = ["Tools"] +"Wayland" = ["Tools", "Platforms"] +"ZeroMQ" = ["Tools"] diff --git a/cvcreator/templates/vitae.tex b/cvcreator/templates/vitae.tex index ff53454..3a21e46 100644 --- a/cvcreator/templates/vitae.tex +++ b/cvcreator/templates/vitae.tex @@ -89,7 +89,7 @@ \vspace{0.5cm} \BLOCK{endif} -\section*{\VAR{titles.section_titles.technical_skills}}{ +\section*{\VAR{titles.section_titles.technical_skills}} \begin{adjustwidth}{-1.25cm}{-1.25cm} \begin{tabularx}{1\textwidth}{L X} @@ -115,21 +115,24 @@ \section*{\VAR{titles.section_titles.technical_skills}}{ \vspace{0.2cm} \begin{adjustwidth}{0.25cm}{0.25cm} - \VAR{s.description} + \VAR{s.description} \end{adjustwidth} \vbox{ - \begin{itemize}[itemsep=-0.1cm,topsep=0.2cm] - \BLOCK{for bp in s.bullet_points} - \item \VAR{bp} - \BLOCK{endfor} - \end{itemize} + \BLOCK{if s.bullet_points} + \begin{itemize}[itemsep=-0.1cm,topsep=0.2cm] + \BLOCK{for bp in s.bullet_points} + \item \VAR{bp} + \BLOCK{endfor} + \end{itemize} + \BLOCK{endif} \BLOCK{if s.url} \begin{adjustwidth}{0.25cm}{0.25cm} - \textbf{Link}: \href{\VAR{s.url}}{\VAR{s.url}} + \textbf{Link}: \url{\VAR{s.url}} \end{adjustwidth} \BLOCK{endif} + \begin{adjustwidth}{0.25cm}{0.25cm} \textbf{\VAR{tools_title}: }\VAR{s.tools|join(", ")} \end{adjustwidth}