daattali / beautiful-jekyll

✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
https://beautifuljekyll.com
MIT License
5.4k stars 16.27k forks source link

bigimg incorporation #37

Closed smfactor closed 8 years ago

smfactor commented 8 years ago

Can you incorporate the bigimg headers you have on your personal website into the general distribution?

daattali commented 8 years ago

I think you're right, I should. I've seen dozens of people copying my personal website instead of beautiful jekyll because they wanted those images. I'll do it, but probably not in the next few weeks as I'm extremely busy. Thanks for bringing it up

daattali commented 8 years ago

@sfxfactor this is now in beautiful jekyll. You can either pass a single image or a list of images to cycle through on any page with the bigimg YAML

cryptic0 commented 5 years ago

It is not clear how to supply a list of images. I can get one image to work with bigimg: img/test.jpg, and I have tried various versions to provide multiple images, but I am not getting the syntax correct.

bigimg: img/rotate/
bigimg: img/rotate/*.jpg
bigimg: img/rotate/test1.jpg,test2.jpg,test3.jpg
daattali commented 5 years ago

you can look at my website on github to see an example

cryptic0 commented 5 years ago

I took a look, but it's not clear what options were removed from the yaml header for this page. I don't see the yaml header in your website's index.html page. Was it removed and the page was fully written manually?

daattali commented 5 years ago

https://github.com/daattali/daattali.github.io/blob/master/index.html

I'm not sure what you mean by options that were removed. That is the index page for my website and it shows how to use bigimg.

cryptic0 commented 5 years ago

This makes a lot more sense. Thanks for linking the page, because I was checking the source of it. Apparently that was a not a good move.