And in case I would like to add new page, for example, "Collections.md" with some images, then all images are in a circle.
I delete "about" in the file _layouts/page.html:
and in case if I would like to make image in circle, like in your example in http://yulijia.net/freshman21/about, I add new class in _sass/_layout.scss:
As I understand, in the file
_layouts/page.html
you apply class "about" to all "page"s:And in case I would like to add new page, for example, "Collections.md" with some images, then all images are in a circle. I delete "about" in the file
_layouts/page.html
:and in case if I would like to make image in circle, like in your example in http://yulijia.net/freshman21/about, I add new class in
_sass/_layout.scss
:And in
2_about.md
use markdown syntax:Maybe there is more elegant solution for this problem.