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

推荐订阅源

V
Visual Studio Blog
Recent Announcements
Recent Announcements
雷峰网
雷峰网
The GitHub Blog
The GitHub Blog
罗磊的独立博客
月光博客
月光博客
J
Java Code Geeks
A
About on SuperTechFans
Microsoft Security Blog
Microsoft Security Blog
D
Docker
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
F
Fortinet All Blogs
U
Unit 42
C
Check Point Blog
Martin Fowler
Martin Fowler
有赞技术团队
有赞技术团队
博客园 - 叶小钗
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
酷 壳 – CoolShell
酷 壳 – CoolShell
Blog — PlanetScale
Blog — PlanetScale
大猫的无限游戏
大猫的无限游戏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
阮一峰的网络日志
阮一峰的网络日志
MyScale Blog
MyScale Blog

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 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
Changed /content/posts to /content/post, gives a 404 page...
@irkode · 2026-08-16 · via HUGO - Latest topics

As title says, I did mv /content/posts /content/post . And to uninstall terminal theme that I installed as a submodule I did rm -rf themes/terminal/ git rm -rf themes/terminal/ here’re my config files hugo.toml baseURL = &quot;https://RimGzegz.github.io/&quot; canonifyURLs = true uglyURLs = false theme = &quot;risotto&quot; title = &quot;Rim&#39;s cottage&quot; author = &quot;Rim&quot; copyright = &quot;© Rim&quot; languageCode = &quot;en&quot; DefaultContentLanguage = &quot;en&quot; enableInlineShortcodes = true # prevent build failures when using Hugo&#39;s Instag...