This is a theme for formating a structured document such as a resume or CV (curriculum vitae). I used it to get a job and it obviously working as I still have one :).
Currently there are a few very simple color schemes available namely:
-
Red
-
Orange
-
Green
-
Purple
-
Dark Purple
-
Light Blue
There are two special rules for writing with this stylesheet. The first is to list personal information in a concise way the second is for the employment history.
A description list is used with the modified [horizontal]
style to render as a
table. The sytle modification is to space out the first column with a fixed width
to align the output among the sections.
The employment history section also uses description lists but requires
role=expenrience
to be defined to render correctly. An unnumbered list
within the description list is rendered without bullets as the sample
below shows.
== Employment History
=== 01/2011~ -- Mines of Moria
[horizontal,role="experience"]
Title:: Mithril Quality Assurance
Responsibilities::
* Mail shirt quality assurance.
* Process optimization.
* Synergy seeker.
Technolgies::
* X-Ray Vision
* Hammer
ℹ️
|
This section is not yet complete, more samples to follow. |
Simply copy one of the css files e.g the orange one resume-orange.css
to
your projects root folder and run asciidoctor
as follows:
asciidoctor -a stylesdir="$(pwd)" -a sytlesheet=resume-orange.css *.adoc