Skip to content
Snippets Groups Projects
_config.yml 276 B
Newer Older
  • Learn to ignore specific revisions
  • Eloi Perdereau's avatar
    Eloi Perdereau committed
    collections:
      authors:
        output: true
    
    Eloi Perdereau's avatar
    Eloi Perdereau committed
    
    
    Eloi Perdereau's avatar
    Eloi Perdereau committed
    defaults:
      - scope:
          path: ""
          type: "authors"
        values:
          layout: "author"
      - scope:
          path: ""
          type: "posts"
        values:
          layout: "post"
      - scope:
          path: ""
        values:
          layout: "default"