Skip to content

Willsoft-org/willsoft-org.github.io

Repository files navigation

The official repository for the Willsoft company website.


Inspiration

Layout and Design

Image resources

Text and pages

Hero Section Parameters

Pages can define an optional hero banner via front matter parameters (no custom layout needed):

+++
title = "Services"
heroTitle = "Services"
heroLead = "Software, Web, Desktop,<br>Mobile Development and more"
heroClass = "services"          # Extra modifier class (optional)
heroButtons = [
  { text = "Our Products", href = "/products/", class = "btn btn-white btn-lg" },
  { text = "Contact Us", href = "/contact/", class = "btn btn-purple btn-lg" }
]
heroSub = "<b>The</b> company to build your apps with."
+++

Available fields:

  • heroTitle (string) – required to render hero.
  • heroLead (string, HTML allowed) – subtitle line.
  • heroClass (string) – adds extra CSS class to root hero div alongside params.heroBaseClass.
  • heroLarge (boolean) – when true, uses large hero styling. Defaults to true for index page, false for all other pages.
  • heroButtons (array of objects) – each object: text, href, class.
  • heroSub (string, HTML allowed) – small text under buttons.
  • ogImage (string) – optional per-page Open Graph image override.

Global defaults in hugo.toml under [params]:

  • heroBaseClass = "hero-default"
  • googleAnalyticsID, twitterHandle, description, etc.

If a page previously had layout = "willsoft", that key can now be removed – the default layout auto-renders hero content.

About

The Willsoft company website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •