SEO 配置用于搜索引擎优化,站点 favicon 使用 SVG 格式。
params.yaml
1# Basic site info with SEO
2description: "A modern, clean, and minimal Hugo theme built with Tailwind CSS 4.0. Support custom themes, dark mode, and responsive design."
3keywords: ["Hugo", "Blog", "Theme", "Technology", "Programming"]
4defaultAuthor: "Hugo Narrow"
5language: "en-US"
6shortName: "Hugo Narrow" # PWA
7images:
8 - "/images/og-default.avif"
9
10# Favicon
11favicon:
12 svg: "/favicon.svg" # SVG format favicon (recommended)