dionyphany

Dionyphany user guide

Tailoring this theme to your needs

25 Aug 2023

The easiest way to get started after installing the theme is to copy a few files from the exampleSite folder and to modify them as required.

The files to copy. (Optional except where indicated):

  • hugo.yml (required)
  • data/en/authors.yml (required)
  • data/en/credits.yml
  • data/en/licenses.yml
  • content/en/about.md
  • content/en/contact.html
  • content/en/credits.html

After setting up the intial files and publishing …

TODO

Sample code block with line numbers:

1
2
def function(x):
  print(f"Hello, {x}!")