Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
The new setup process/target creates the outdir if it doesn't yet exist.
|
|
Changed default to call the html5 build target, rather than the all
target including the commands to build.
|
|
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.
|
|
Apparently I never checked this in
|