Releases: zerostaticthemes/hugo-serif-theme
Releases · zerostaticthemes/hugo-serif-theme
v1.4
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
v1.2
- 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
v1.1
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