惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

腾讯CDC
博客园 - Franky
MyScale Blog
MyScale Blog
L
LangChain Blog
Martin Fowler
Martin Fowler
Recent Announcements
Recent Announcements
Stack Overflow Blog
Stack Overflow Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 司徒正美
量子位
A
About on SuperTechFans
C
Check Point Blog
大猫的无限游戏
大猫的无限游戏
Last Week in AI
Last Week in AI
小众软件
小众软件
Apple Machine Learning Research
Apple Machine Learning Research
I
InfoQ
V
Visual Studio Blog
Vercel News
Vercel News
B
Blog
爱范儿
爱范儿
aimingoo的专栏
aimingoo的专栏
U
Unit 42

HUGO - Latest topics

ExampleSite and Tailwind Introducing Stacknote — an editorial Hugo theme for technical blogs Impressed returning to Hugo! How to associate / connect between content files (md) and data files Multilingual links have changed Hugo's modular configuration syntax and strict validation are still in conflict Executing Hugo builds inside of Go with a custom config? Menu nesting doesn't work, hugo v0.165.0 (ananke theme, but maybe others work?) How to mount a node_modules folder? How to deal with image processing failures when updating to 0.165.0? Question about the multi-dimensional content model Is there any other base template Post-processing of file types? (Automatic SVG text-to-path) What is the standard way to make page bundle images show up in a full text RSS feed? Hugo/Netlify config for google recaptcha keys Website Builds Successfully but Published Pages Continue Serving Outdated Generated Content Validation for links <a href="#xyz"> to anchors <a id="xyz"> in the same page Changed /content/posts to /content/post, gives a 404 page and old theme I uninstalled is used. Also localhost:1313 was used instead of BaseURL in /content/posts Please for arbitrary parameters to pandoc Sheating a document with a frontmatter Hugo v0.165.0 released Related Posts Based on Heading Best practice for preserving archive pages? Does asciidoctor needs a themes folder Adding application/json resources to Content Adapter pages Multilingual menus with ananke theme Framed, dual-theme code blocks for any Hugo site, applied post-build (no theme changes) Images have wrong links in Table of contents (hugo-book) Collect sidebar elements from modules Starless - for seldom updated blogs
"Hero Images" on website's front page only (with carousel...
Esbeeb · 2026-08-27 · via HUGO - Latest topics

(I looked at an older thread about website “Hero Images”, but it’s 6 years old now, and I’m pretty sure it’s out of date.) I’ve installed Hugo 0.165.0, current Ananke theme. I want some custom front page behaviour, to show a unique, static page (showing images, text), but still have it be all styled up in the ananke theme’s CSS. My understanding is that I can override the default front page behaviour my making a file “layouts/home.html”: I can add some basic content there, but it’s not hom...