Styleguide
Articles
- If possible, avoid front matter. If used, it should be optional.
- There is an optional cover-picture. I’m thinking of getting rid of that.
Images
- Books:
360px x 480px
(styled as240px x 320px
) - Film:
225px x 300px
- Gallery has a container,
class="gallery" markdown="1"
, then is a markdown list with images, optionally with a link.
CSS Styles
Custom, strange, and why I did that
ones. I need to stop doing custom styles.
aside, {:.aside}
for custom styled aside.{:.aside .right}
flushes right{:.mark}
shares the same style as HTML MARK and is a highlighted text/phrase block.- images can be
.small
,.medium
,.large
, or.full
. Besides the defaultleft
alignment, they can be flushed.right
. .text-center
aligns a text to the center.