summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2024-05-23Huge updates to resume and styling and makefileAaron Ball
Updates to style to better handle code elements (lighter text and a very light background color). Removed rst build from makefile targets Huge updates to the resume. Added a few items to DataRobot. Went back and tagged skills items with relevant languages or tools (see earlier code element item). Cleaned up some past jobs to save space and keep the resume under **5 pages** (!!!), while increasing the font juuuust a little bit both on print and screen medias. Rewrote the profile description. This thing hasn't been touched in years and years. Still relevant, but could be better. Also updated some tooling experience durations. Some minor corrections of capitalization and whitespace.
2023-11-09Makefile: Add resume div for easier stylingAaron Ball
2022-02-18General rewording across most jobs and fix header and MakefileAaron Ball
The header file was missed in a previous commit. This also fixes the makefile by adding the setup target as a depenency to the default so the out directory exists as expected at build time.
2022-02-18Convert resume to markdownAaron Ball
This completely rewrites the css stylesheets to better work with cmark, the new post-processor. There is now a style-header stylesheet, which contains styling for the header (cleverly named, I know), but is in its own file since it is a somewhat complext setup. This also includes the style-markdown stylesheet for the remainder of the resume. This also completely rewrites the resume from asciidoc to markdown, with some inline html until things lke per-element classes is supported. Finally, this cleans up the makefile to only include relevant make targets (except for rst which may still become a thing) and updates it to default to markdown builds. The post-receive hook was also updated to reflect these target changes. Finally, finally, this includes a few touchups on the resume content, including some tooling updates, some rewording, and some time updates.
2020-07-07Add post-receive hook definition and asciidoctor -> asciidochooksAaron Ball
2019-06-11Makefile:replace embed backend (xhtml11) with html5Aaron Ball
2018-10-24rename style.css to resume.cssAaron Ball
2017-10-21Updated makefile and cssAaron Ball
Renamed asciidoc.ss to style.css. This is a bit more standard now. With converting to using asciidoctor, we can specify which stylesheet to use rather than a stylesheet dir. Also updated the styles to use a bit more variance in white-black color variance. Changed headers to be bigger, but lighter weight. Also changed list item bullet to use a border-left, which gives us more control over how it looks.
2016-11-09Makefile: Added setup process to most targetsAaron Ball
The new setup process/target creates the outdir if it doesn't yet exist.
2016-10-30Makefile:Added html5 build targetAaron Ball
Changed default to call the html5 build target, rather than the all target including the commands to build.
2016-10-29Updated makefileAaron Ball
pdf and odf targets are now silent. They also both print 'not implemented' error messages, since they are currently very unreliable. Added outdir path to all document generation commands, so as not to cluter up the main source directory.
2016-02-13Added MakefileAaron Ball
Apparently I never checked this in

Generated by cgit