Base Hugo git template
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
367 B

3 years ago
  1. baseURL: "http://localhost"
  2. title: "Doc Base"
  3. theme: "geekdoc"
  4. # Geekdoc required configuration
  5. pygmentsUseClasses: true
  6. pygmentsCodeFences: true
  7. disablePathToLower: true
  8. # assetDir: assets
  9. # Needed for mermaid shortcodes
  10. markup:
  11. goldmark:
  12. renderer:
  13. # Needed for mermaid shortcode
  14. unsafe: true
  15. tableOfContents:
  16. startLevel: 1
  17. endLevel: 9