#+TITLE: Hello, world! #+AUTHOR: Christopher James Hayward #+DATE: 2021-01-17 #+HUGO_BASE_DIR: ~/.local/source/website #+HUGO_SECTION: posts #+begin_src c #include int main() { printf("Hello, world!"); return 0; } #+end_src