···23232424# Runtime directories.
2525dirs:
2626- # Path to a directory containing HTML templates.
2626+ # [optional]
2727+ # Path to a directory containing custom HTML templates.
2728 # Templates are written in Go's html/template syntax.
2829 # <https://pkg.go.dev/html/template>
3030+ #
3131+ # If you omit this, legit will use its default templates directory
3232+ # ("templates" directory next to this file) embedded in the binary.
2933 templates: ./templates
30343135 # [optional]
···2828 - main
2929 - trunk
30303131-dirs:
3232- templates: ../templates
3333-3431meta:
3532 title: legit Demo
3633 description: Test legit features with real repositories.