briandominick / codewriting

Source for Codewriting (book) and the Codewriting/Code the Docs (site/blog)
Other
50 stars 13 forks source link

Add resumé blog entry with mods to accommodate #40

Closed briandominick closed 5 years ago

briandominick commented 5 years ago

Adds some modifications to how code listings are handled, including horizontal scrolling for overflow and Pygments for code highlighting.

Asciidoctor seems to be invoking Pygments properly and creating the stylesheet, but the default stylesheet seems to lack key tokens for YAML highlighting for tok-l and tok-p classes. Investigating.