Hero Section
The hero section is the prominent banner area at the top of your homepage. It greets visitors with your site's identity — a badge, your site title, and a tagline.
Overview
The hero section is configured under the hero key in _config.modernduang.yml. It consists of these elements:
- Badge (image) — a small decorative badge/logo above the title
- Site Title — automatically taken from Hexo's main
_config.yml(titlefield) - Tagline — a short slogan or greeting text, configurable in one of two modes
Configuration
Fixed Mode
In fixed mode (mode: fixed), the hero section always displays a single tagline from the text property. This is ideal if you have a clear, consistent brand message:
The hero renders as:
Note: The site title ("My Awesome Blog" in this example) comes from Hexo's
_config.ymltitlefield. The tagline below it comes from thetextproperty.
Random Mode
In random mode (mode: random), the hero picks a random tagline from the texts array each time the page loads (or refreshes). This keeps the homepage feeling fresh and personal:
Each page load will display one of these five taglines at random. There is no limit on how many entries you can add to texts.
Important: When using random mode, the
textproperty is ignored. When using fixed mode, thetextsarray is ignored. Make suremodematches the property you intend to use.
Badge
A small badge is displayed above the hero title, featuring a layers SVG icon and the text "BLOG". The badge uses the claymorphism capsule style and is built into the theme — no configuration is needed.
Visual Design
The hero section inherits the claymorphism design language:
- Gentle gradient background — typically a soft pastel gradient
- Floating animation — the badge and text have a subtle floating/bobbing effect
- Soft shadows — inner and outer shadows create the clay-like 3D effect
Complete Example
Here is a recommended hero configuration:
Then in your homepage source file (source/index.md or equivalent), you might add:
Related Pages
- Navigation & Menus — Top nav bar configuration
- Profile Card — Sidebar profile that appears alongside the hero
- Annual Plans & Site Stats — The plans and stats sections below the hero
