mirror of
https://github.com/CPunch/resume.git
synced 2024-11-22 07:00:05 +00:00
minor refactoring, new config 'coolProjects' && 'devopsProjects'
This commit is contained in:
parent
a6d2764d28
commit
020e7850b3
10
resume.tex
10
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}
|
||||
|
@ -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)}}
|
||||
|
Loading…
Reference in New Issue
Block a user