Guest User

Untitled

a guest
Jan 23rd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. data_sources:
  2. -
  3. # The type is the identifier of the data source. By default, this will be
  4. # `filesystem_unified`.
  5. type: filesystem_unified
  6.  
  7. # The path where items should be mounted (comparable to mount points in
  8. # Unix-like systems). This is “/” by default, meaning that items will have “/”
  9. # prefixed to their identifiers. If the items root were “/en/” instead, an
  10. # item at content/about.html would have an identifier of “/en/about/”
  11. # instead of just “/about/”.
  12. items_root: /
  13.  
  14. # The path where layouts should be mounted. The layouts root behaves the
  15. # same as the items root, but applies to layouts rather than items.
  16. layouts_root: /
  17. -
  18. # A second data source for static assets
  19. type: 'static'
  20. items_root: /static/
Add Comment
Please, Sign In to add comment