diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd8646..094bf5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). +## [1.3.3] - 17.11.2019 +### Changed +- Updated skill section in PDF to be leaner. + ## [1.3.2] - 17.11.2019 ### Changed - Shortened PDF version to 2 pages. @@ -33,6 +37,7 @@ All notable changes to this project will be documented in this file. This change ### Added - Export to [json resume](jsonresume.org). +[1.3.3]: https://github.com/scoiatael/resume/compare/v1.3.2...v1.3.3 [1.3.2]: https://github.com/scoiatael/resume/compare/v1.3.1...v1.3.2 [1.3.1]: https://github.com/scoiatael/resume/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/scoiatael/resume/compare/v1.2.0...v1.3.0 diff --git a/org/experience.org b/org/experience.org index 033ecb8..c5d5733 100644 --- a/org/experience.org +++ b/org/experience.org @@ -22,7 +22,7 @@ :ICON: https://images.squarespace-cdn.com/content/5d1239a79c02150001db74d4/1561475648342-TU0F0W6TRID5IAKCKM0E/Holacracy_Primary.png?format=1500w&content-type=image%2Fpng :FROM: 2018-09-01 :TO: 2019-10-31 - :POSITION: Facilitator, Architect, Estimator, Strategy Guardian (Engineering circle), + :POSITION: Facilitator, Architect, Estimator, Strategy Guardian (Engineering circle) ** Group Nine Media :ICON: https://en.wikipedia.org/wiki/Group_Nine_Media#/media/File:Group_Nine_Media_Logo.svg :FROM: 2016-01-01 diff --git a/project.clj b/project.clj index a51f69d..c34b4e8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject resume "1.3.2" +(defproject resume "1.3.3" :description "Resume-from-org generator" :url "http://example.com/FIXME" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0" diff --git a/resources/public/resume.cls b/resources/public/resume.cls index 6ea593e..603a590 100644 --- a/resources/public/resume.cls +++ b/resources/public/resume.cls @@ -31,7 +31,6 @@ \newcommand{\name}[2]{% \centerline{\Huge{#1}} \centerline{\Large{#2}} - \vspace{1cm} } \newcommand{\datedsubsection}[2]{% diff --git a/resources/templates/resume.tex b/resources/templates/resume.tex index fc249a1..a5a5bf3 100644 --- a/resources/templates/resume.tex +++ b/resources/templates/resume.tex @@ -42,15 +42,9 @@ \section{Education} \noindent\textbf{<{education.area}>} - <{education.studyType}> <% endfor %> \section{Skills} -\begin{multicols}{2} - \begin{itemize} - \setlength\itemsep{0.1em} - <% for skill in resume.skills %> - \item <{skill.name}> (\textit{<{skill.level|lower|}>}) - <% endfor %> - \end{itemize} - \vspace{0.5em} -\end{multicols} +<% for skill in resume.skills %> +\noindent\textbf{<{skill.name}>} (\textit{<{skill.level|lower|}>}): <{ skill.keywords|join:", " }> +<% endfor %> \section{Languages} \begin{multicols}{2} <% for language in resume.languages %>