This is my first post using Hugo.
New hugo site.
To make a new a new hugo site I needed to install Hugo and ox-hugo (for emacs). Then I had to run hugo new site siteName
to make a new hugo site inside the wanted folder. After this hugo server
will show the site in browser with live updates to changes.
Org-mode inline code (Stackoverflow link)
This code:
- Inline code src_sh[:exports code]{echo -e "test"}
makes this:
- Inline code
echo -e "test"