daattali / daattali.github.io

Dean Attali's website - R/Shiny Consultant
https://deanattali.com
MIT License
59 stars 171 forks source link

YAML front matter parameters "bigimg" and "comments" not working #18

Closed abiyug closed 5 years ago

abiyug commented 5 years ago

I have added the bigimg parameter as described here https://github.com/daattali/beautiful-jekyll, and added the images and relevant path, but the images do not render on the front page.

Here is what I have in the YAML front matter:

bigimg:
  - "/img/big-imgs/img_one.jpg" : "One"
  - "/img/big-imgs/img_two.png"  : "Two"
  - "/img/big-imgs/img_three.png" : "Three"

Also enabled Disqus, and was supposed to be able disable per page comments by adding "comments: false" for each page front YAML. I tried to disable for the index.html page by adding the following in the front YAML, but th Disqus comment on the index page is still showing! Here is what I have in the YAML front matter:

comments: false

abiyug commented 5 years ago

Moved the question to beautiful-jekyll