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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 

50 lines
1.6 KiB

  1. baseURL: https://dmerej.info/books/python
  2. title: Programmation en Python
  3. theme: book
  4. disableKinds: ['taxonomy', 'taxonomyTerm']
  5. # Book configuration
  6. disablePathToLower: true
  7. enableGitInfo: true
  8. # Code highlight
  9. pygmentsStyle: native
  10. pygmentsCodeFences: true
  11. params:
  12. # (Optional, default 6) Set how many table of contents levels to be showed on page.
  13. # Use false to hide ToC, note that 0 will default to 6 (https://gohugo.io/functions/default/)
  14. # You can also specify this parameter per page in front matter
  15. BookToC: 3
  16. # (Optional, default none) Set the path to a logo for the book. If the logo is
  17. # /static/logo.png then the path would be logo.png
  18. # BookLogo: /logo.png
  19. # (Optional, default none) Set leaf bundle to render as side menu
  20. # When not specified file structure and weights will be used
  21. # BookMenuBundle: /menu
  22. # (Optional, default docs) Specify section of content to render as menu
  23. # You can also set value to '*' to render all sections to menu
  24. BookSection: docs
  25. # Set source repository location.
  26. # Used for 'Last Modified' and 'Edit this page' links.
  27. BookRepo: ~
  28. # Enable "Edit this page" links for 'doc' page type.
  29. # Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
  30. # Path must point to 'content' directory of repo.
  31. BookEditPath: ~
  32. # Configure the date format used on the pages
  33. # - In git information
  34. # - In blog posts
  35. BookDateFormat: '2 Jan 2006'
  36. # (Optional, default true) Enables search function with flexsearch,
  37. # Index is built on fly, therefore it might slowdown your website.
  38. BookSearch: false