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

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Jina AI
Jina AI
The Cloudflare Blog
V
Visual Studio Blog
博客园_首页
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
博客园 - 司徒正美
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
V
V2EX
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 叶小钗
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog
博客园 - Franky

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? "Hero Images" on website's front page only (with carousell - rotates several images) 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 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
Related Posts Based on Heading
@jmooring Joe Mooring · 2026-08-12 · via HUGO - Latest topics

Is the current implementation of related posts not working when it comes to fragments and headings? It seems to work for exact match headings but not single word matching. ie: \# Summary \# Summary would match, but: \# Awesome Topic \# Super Topic Doesn’t match on the word Topic or at all since it’s not an exact match on the whole heading. I’ve found a workaround using GPT: {{ $currentPage := . }} {{ $currentWords := slice }} {{/* 1. Extract and tokenize heading words from current pag...