minor refactoring, new config 'coolProjects' && 'devopsProjects'

This commit is contained in:
CPunch 2022-09-15 23:05:07 -05:00
parent a6d2764d28
commit 020e7850b3
2 changed files with 9 additions and 5 deletions

View File

@ -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}

View File

@ -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)}}