Skip to content

Releases: zerostaticthemes/hugo-serif-theme

v1.4

08 Dec 08:10
Compare
Choose a tag to compare

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

v1.3

13 Jun 08:39
Compare
Choose a tag to compare
  • Test with newer version of Hugov0.112.1+extended
  • Update to Bootstrap 5.3 👢
  • Improve service summary. They now use <!--more--> seperator or summary front-matter.
  • Improve service dummy content with examples of using summary above
  • Fix minor padding issues on single page templates

v1.2

24 Mar 04:30
Compare
Choose a tag to compare
  • Make google fonts configurable in config.toml
  • Make theme colors configurable in config.toml
  • Examples of using .Site.Params from the config.toml as SCSS variables
  • Test with latest version of Hugo 0.95
  • Test with Netlify deploy
  • Remove and gitignore resources folder

v1.1.1

09 Jul 03:48
Compare
Choose a tag to compare
  • Maintenance updates
  • Update to work with new hugoThemes directory

v1.1

05 Sep 05:42
9f8103f
Compare
Choose a tag to compare

Hugo

  • Updated and tested with Hugo version 0.74.3

Design

  • Added new illustrations
  • Sharpened up design; better padding, font sizing, whitespace etc
  • Changed the primary color to Hugo Pink >_<
  • Improved default document styling for markdown and single pages

SCSS

  • Improved SCSS variables in style.scss - Made it easier to edit global theme colors
  • Edit $primary in SCSS to change over theme color
  • Updated to Bootstrap 4.3
  • Cleaned up a bunch of old CSS

Netlify

  • Updated netlify.toml to use latest Hugo version and tested Netlify deploy

Stackbit

  • Updated stackbit.yaml to latest version and test with Stackbit

Callbox

  • Only display email and phone if values are set in data/contact.yaml
  • Callbox partial accepts inline variable to show/hide button
  • Configure if callbox should appear on homepage in config.toml

Team

  • Improved Team content type, added featured team members which have a different design
  • Added some better example content

Social

  • Added social media icons to footer, can be configured in data/social.json

Bugs

  • Various bug fixes and extra testing
  • Use title from config file as homepage meta title
  • Hide empty space if there are no features

v1.0

08 Jul 04:00
Compare
Choose a tag to compare

The original blue version which uses Undraw illustrations