Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suppress build warnings of jekyll 2.3 #1

Closed
wants to merge 1 commit into from
Closed

suppress build warnings of jekyll 2.3 #1

wants to merge 1 commit into from

Conversation

quiver
Copy link

@quiver quiver commented Oct 25, 2014

jekyll 2.3 changed yaml semantics, which introduces build warning for older configurations

  $ sudo docker logs james_blog

  Configuration file: /data/_config.yml
              Source: /data
         Destination: /var/www/html
        Generating...
       Build Warning: Layout 'nil' requested in atom.xml does not exist.
       Build Warning: Layout 'nil' requested in rss.xml does not exist.

see jekyll/jekyll#2712 for details

jekyll 2.3 changed yaml semantics, which introduces build warning for older configurations

  $ sudo docker logs james_blog

  Configuration file: /data/_config.yml
              Source: /data
         Destination: /var/www/html
        Generating...
       Build Warning: Layout 'nil' requested in atom.xml does not exist.
       Build Warning: Layout 'nil' requested in rss.xml does not exist.

see jekyll/jekyll#2712 for details
@custa
Copy link

custa commented Jul 4, 2015

I don't think it necessary to create the volume here.

@jamtur01
Copy link
Collaborator

jamtur01 commented Sep 9, 2016

Thanks!

@jamtur01 jamtur01 closed this Sep 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants