Skip to content
Snippets Groups Projects
_config.yml 456 B
Newer Older
# after changes to this file, you need to restart the jekyll server (ctrl-c + bundle exec jekyll serve)
collections:
  outcomes:
  sigs:

# set defaults for layouts (except the ones in _layouts)
defaults:
  - scope:
      path: ""
    values:
      layout: "default"

  - scope:
      path: ""
      type: "oscars-ideas"
    values:
      layout: "oscars-ideas"


# configuration Variables
# baseurl: ""
# url: "/"
# url: "localhost:4000"