diff --git a/resume.tex b/resume.tex index 3830c3e..fbe56cc 100644 --- a/resume.tex +++ b/resume.tex @@ -28,15 +28,17 @@ \colorlet{awesome}{awesome-orange} % content configuration -\newbool{presentableProjects} +\newbool{coolProjects} +\newbool{devopsProjects} \newbool{contributedProjects} -\setbool{presentableProjects}{true} % Cosmo, Laika, Openpunk-ansible +\setbool{coolProjects}{true} % Cosmo, Laika, LuaDecompy +\setbool{devopsProjects}{true} % OpenPunk \setbool{contributedProjects}{true} % OpenFusion %-------------------------------------------------------------------------------------------------- % PERSONAL INFO -% Some info has been redacted for privacy (address, mobile) +% Some info has been redacted for privacy (address, mobile) %-------------------------------------------------------------------------------------------------- \name{Seth}{Stubbs} @@ -47,7 +49,7 @@ %-------------------------------------------------------------------------------------------------- % CONTENT -% Included from the ./resume directory +% Included from the ./resume directory %-------------------------------------------------------------------------------------------------- \begin{document} diff --git a/resume/projects.tex b/resume/projects.tex index 66971b3..d78fc2c 100644 --- a/resume/projects.tex +++ b/resume/projects.tex @@ -16,7 +16,7 @@ } }{} - \ifbool{presentableProjects}{ + \ifbool{coolProjects}{ \cventry {RAT written in Modern C} {\href{https://github.com/CPunch/Laika}{Laika (https://github.com/CPunch/Laika)}} @@ -56,7 +56,9 @@ \item {Well \textbf{annotated and documented} code, allowing anyone to hack on the codebase} \end{cvitems} } + }{} + \ifbool{devopsProjects}{ \cventry {Personal Blog, Portfolio \& Gitea instance} {\href{https://github.com/CPunch/openpunk-ansible}{OpenPunk (https://github.com/CPunch/openpunk-ansible)}}