Bundled big image

A header image that lives next to the post

Bundled big image

This post is a page bundle. The bigimg entry forest.jpg is resolved as a page resource, so the image can live in the same directory as index.md.

Images in a bundle are also processed by Hugo. The thumbnail above is cropped to a square for the post list, the header image is capped at bigimgWidth, and the figure and gallery below get resized variants with a srcset:

A page-resource figure with automatic sizes

A page-resource figure with automatic sizes

[Read More]
Tags: example 

Welcome to Beautiful Hugo

An overview of the theme's features

Welcome to the Beautiful Hugo example site. This theme provides everything you need to build a clean, responsive website with Hugo.

Feature Highlights

  • Dark mode with auto/light/dark switching and system preference detection
  • Bootstrap 5 responsive layout with a collapsible navbar
  • KaTeX math rendering (inline and display)
  • Mermaid diagrams (flowcharts, sequence diagrams, Gantt charts)
  • PhotoSwipe 5 lightbox for images and galleries
  • Syntax highlighting via Hugo Chroma or client-side Highlight.js
  • Shortcodes: details, columns, tabs, galleries, figures, mermaid
  • 5 comment systems: Disqus, Giscus, Utterances, Cusdis, Staticman
  • 42 social icons in the footer
  • SEO: schema.org JSON-LD, Open Graph, Twitter Cards
  • 19 languages with full i18n support
  • Self-hosted option for all assets (no CDNs required)

Explore the Features

Use the Features dropdown in the navigation bar to browse detailed documentation for each feature, with live examples and configuration snippets.

[Read More]
Categories: announcement  Tags: announcement  hugo  theme 

Manage robot meta tags an limit AI Overview from using page contents

Purpose

This feature provides two main improvements.

  • Allows the management of <meta name="robots"....> tags using front matter.
  • Allows the management of the meta tags related to SEO AI Summary creation.

Considerations when enabling this feature for AI Summary control

Enabling this features may impact how your site or pages are indexed. This will depend on how the various search engines react to having the AI Overview denied access to page content. I would suggest you read some of the references at the end of this post.

[Read More]
Posts