Merge pull request #276 from rgaiacs/274
authorRaniere Silva <raniere@rgaiacs.com>
Wed, 23 May 2018 17:21:41 +0000 (18:21 +0100)
committerGitHub <noreply@github.com>
Wed, 23 May 2018 17:21:41 +0000 (18:21 +0100)
Make Jekyll ignore .Rproj

1  2 
bin/boilerplate/_config.yml

index 82eb08e2dfd872a19f439bc83a07bcc9168b34f4,25d480879947e13994bdd41ee15061cbe1654f83..1f828e907c9e634ea9d3a820065f4b94ce62e0d2
@@@ -61,25 -61,18 +61,26 @@@ collections
  # Set the default layout for things in the episodes collection.
  defaults:
    - values:
 -      root: ..
 +      root: .
 +      layout: page
    - scope:
        path: ""
        type: episodes
      values:
 +      root: ..
        layout: episode
 +  - scope:
 +      path: ""
 +      type: extras
 +    values:
 +      root: ..
 +      layout: page
  
  # Files and directories that are not to be copied.
  exclude:
    - Makefile
-   - bin
+   - bin/
+   - .Rproj.user/
  
  # Turn on built-in syntax highlighting.
  highlighter: rouge