alohse / MIC-Polymer-MD-Simulations

Research pages are opinions onto Github pages that specifically designed for research science
http://alohse.github.io/MIC-Polymer-MD-Simulations
1 stars 1 forks source link

Display of many images using Liquid #5

Open npaulson opened 10 years ago

npaulson commented 10 years ago

@tonyfast

Thank you for the resources. I implemented the code to save images with the associated yaml output. Could you link me to an example for how to display the images properly in a post? I've been having difficulty finding this implementation in the course materials. I also looked into the Liquid for Designers post but I couldn't find an answer there either.

I did manage to use embedly though, so that should serve the purpose in the meantime.

Post: http://alohse.github.io/MIC-Polymer-MD-Simulations/2014/10/13/Pair-Correlations-for-all-Chains.html Markdown: https://github.com/alohse/MIC-Polymer-MD-Simulations/blob/gh-pages/_posts/2014-10-13-Pair-Correlations-for-all-Chains.html

tonyfast commented 10 years ago

Noah,

To start can you use the Github app to push the pictures to the asset folder on Github. Right now Github doesn't know they exist, only your local version does.

npaulson commented 10 years ago

@tonyfast

Ok, I pushed the images to assets and the snippet of code you wrote is working (and the images are displaying). Thanks for the help!