site.yaml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. title: La Bonne Adresse # Name of the site
  2. author:
  3. name: Bachir Soussi Chiadmi # Default author name
  4. # email: 'john@email.com' # Default author email
  5. taxonomies: [tag] # Arbitrary list of taxonomy types
  6. #[édition,édition jeunesse,art,identité visuelle,signalétique,évènement
  7. metadata:
  8. description: 'Créations Graphiques' # Site description
  9. summary:
  10. enabled: true # enable or disable summary of page
  11. format: short # long = summary delimiter will be ignored; short = use the first occurrence of delimiter or size
  12. size: 300 # Maximum length of summary (characters)
  13. delimiter: === # The summary delimiter
  14. # redirects:
  15. # /redirect-test: / # Redirect test goes to home page
  16. # /old/(.*): /new/$1 # Would redirect /old/my-page to /new/my-page
  17. #
  18. # routes:
  19. # /something/else: '/blog/sample-3' # Alias for /blog/sample-3
  20. # /new/(.*): '/blog/$1' # Regex any /new/my-page URL to /blog/my-page Route
  21. #
  22. # blog:
  23. # route: '/blog' # Custom value added (accessible via system.blog.route)
  24. #menu: # Sample Menu Example
  25. # - text: Source
  26. # icon: github
  27. # url: https://github.com/getgrav/grav
  28. # - icon: twitter
  29. # url: http://twitter.com/getgrav