mirror of
https://github.com/CPunch/resume.git
synced 2024-11-22 13:10: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}
|
\colorlet{awesome}{awesome-orange}
|
||||||
|
|
||||||
% content configuration
|
% content configuration
|
||||||
\newbool{presentableProjects}
|
\newbool{coolProjects}
|
||||||
|
\newbool{devopsProjects}
|
||||||
\newbool{contributedProjects}
|
\newbool{contributedProjects}
|
||||||
|
|
||||||
\setbool{presentableProjects}{true} % Cosmo, Laika, Openpunk-ansible
|
\setbool{coolProjects}{true} % Cosmo, Laika, LuaDecompy
|
||||||
|
\setbool{devopsProjects}{true} % OpenPunk
|
||||||
\setbool{contributedProjects}{true} % OpenFusion
|
\setbool{contributedProjects}{true} % OpenFusion
|
||||||
|
|
||||||
%--------------------------------------------------------------------------------------------------
|
%--------------------------------------------------------------------------------------------------
|
||||||
% PERSONAL INFO
|
% PERSONAL INFO
|
||||||
% Some info has been redacted for privacy (address, mobile)
|
% Some info has been redacted for privacy (address, mobile)
|
||||||
%--------------------------------------------------------------------------------------------------
|
%--------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
\name{Seth}{Stubbs}
|
\name{Seth}{Stubbs}
|
||||||
@ -47,7 +49,7 @@
|
|||||||
|
|
||||||
%--------------------------------------------------------------------------------------------------
|
%--------------------------------------------------------------------------------------------------
|
||||||
% CONTENT
|
% CONTENT
|
||||||
% Included from the ./resume directory
|
% Included from the ./resume directory
|
||||||
%--------------------------------------------------------------------------------------------------
|
%--------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
}{}
|
}{}
|
||||||
|
|
||||||
\ifbool{presentableProjects}{
|
\ifbool{coolProjects}{
|
||||||
\cventry
|
\cventry
|
||||||
{RAT written in Modern C}
|
{RAT written in Modern C}
|
||||||
{\href{https://github.com/CPunch/Laika}{Laika (https://github.com/CPunch/Laika)}}
|
{\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}
|
\item {Well \textbf{annotated and documented} code, allowing anyone to hack on the codebase}
|
||||||
\end{cvitems}
|
\end{cvitems}
|
||||||
}
|
}
|
||||||
|
}{}
|
||||||
|
|
||||||
|
\ifbool{devopsProjects}{
|
||||||
\cventry
|
\cventry
|
||||||
{Personal Blog, Portfolio \& Gitea instance}
|
{Personal Blog, Portfolio \& Gitea instance}
|
||||||
{\href{https://github.com/CPunch/openpunk-ansible}{OpenPunk (https://github.com/CPunch/openpunk-ansible)}}
|
{\href{https://github.com/CPunch/openpunk-ansible}{OpenPunk (https://github.com/CPunch/openpunk-ansible)}}
|
||||||
|
Loading…
Reference in New Issue
Block a user