Hugo

󰃭 2024-10-24

Org Mode to Hugo

Text formatting

Org ModeComments
`*Bold text*`Bold text
`/Italic text/`Italic text
`_Underline_`Underline text
`=Verbatim=`Verbatim text
`+Strike-through+`Strike-through text

Adding images

=#+ATTR_HTML:= :width 100% :height 100% :class border-2 :alt Description :title Image title
=[[./path/to/image.jpg]]=

Adding metadata

=#+TITLE:= Your title
=#+DATE:= 2024-10-22
=#+TAGS[]:= hugo org-mode writing
=#+DRAFT:= false
=#+AUTHOR:= hyperreal
=#+SLUG:= your-title
=#+DESCRIPTION:= Description
=#+CATEGORIES:= blogging
=#+IMAGES[]:= /images/image.jpg
=#+WEIGHT:= 10
=#+LASTMOD:= 2024-10-23
=#+KEYWORDS[]:= hugo org-mode tutorial
=#+LAYOUT:= post
=#+SERIES:= Techne
=#+SUMMARY:= Summary
=#+TYPE:= Tutorial

=* Main content=

Note: tags must not contain spaces. Use underscores or en-dashes.


Enter your instance's address