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:
| Language | Year |
|---|---|
| Lisp | 1958 |
| C | 1972 |
| Python | 1991 |
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.