Skip to content

v1.4

Compare
Choose a tag to compare
@JugglerX JugglerX released this 08 Dec 08:10
· 11 commits to master since this release

Update Team Content Type

  • Team member summaries now link to full page
  • Create layout for team pages - team/single.html
  • Add new illustration to team page

General

  • Add hugo summaryLength to config.toml

Intro Image

  • Convert intro image into a partial
  • Add ability to configure position of intro image
intro_image_absolute: true # makes the image use css position: absolute; so it looks "offset". It's a visual effect that might not always look good depending on the image you use.
intro_image_absolute_offset: "auto auto -100px -80px" # used to tweak the positioning of the absolute image if enabled above