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

推荐订阅源

WordPress大学
WordPress大学
Jina AI
Jina AI
小众软件
小众软件
GbyAI
GbyAI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 【当耐特】
D
DataBreaches.Net
腾讯CDC
V
Visual Studio Blog
博客园 - 叶小钗
B
Blog
Apple Machine Learning Research
Apple Machine Learning Research
T
The Blog of Author Tim Ferriss
S
SegmentFault 最新的问题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
博客园 - 三生石上(FineUI控件)
云风的 BLOG
云风的 BLOG
The Cloudflare Blog
MongoDB | Blog
MongoDB | Blog
有赞技术团队
有赞技术团队
U
Unit 42
博客园 - 司徒正美
博客园 - 聂微东

HUGO - Latest posts

Hugo Website Sometimes Serves an Older Version of a Page After Content Changes Systems & Signals — My Hugo DevOps Portfolio with Focus Tools, Matrix Mode and PWA Migrating Hugo from Netlify to Cloudflare Workers (Handling Contact Forms, D1, Turnstile & Analytics) AmazingRise/hugo-theme-diary broken with new hugo version Chroma YAML lexer issue Locate the template source for a deprecation warning Highlight template code in discourse forum using highlightjs-hugo Automatic Syntax Highlighting for Hugo templates Hugo v0.166.0 released Tailwind Labs is joining Shopify 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 How to left justify content in all pages using Ananke 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? What should I name a Hugo-related IDE? 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 Summer poll 2021. Do you use the <meta name="generator" > tag? Website Builds Successfully but Published Pages Continue Serving Outdated Generated Content
Changed /content/posts to /content/post, gives a 404 page...
@irkode · 2026-08-16 · via HUGO - Latest posts

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...