On Writing Technical Posts

A second post showing a few more features.

You can add tags via :EXPORT_TAGS: in the properties drawer above. These become Hugo tags.

Tables

Org tables export cleanly:

LanguageYear
Lisp1958
C1972
Python1991

Drafts

To mark a post as a draft (hidden from the public site, visible with hugo server -D), add :EXPORT_HUGO_DRAFT: true to the properties drawer.