Joe Mooring
Joe Mooring
Installing from the community-maintained APT repository worked fine for me with a virgin installation of Ubuntu 24.04.2 LTS. --- This guide outlines the steps to install Hugo from its community-maintained...
Please re-open. To reproduce: ``` git clone --single-branch -b hugo-github-issue-7128 https://github.com/jmooring/hugo-testing hugo-github-issue-7128 cd hugo-github-issue-7128 hugo server ``` Contrary to the original report, the following does **not** resolve the problem: ```...
The existing message is about when the feature will be removed from the code base, not when it will stop working. Once we start throwing the error (i.e., when the...
> the user probably doesn't really care when the actual code is removed That's debatable. Maybe we could change the ERROR message to: `.Site.Social was deprecated in Hugo v0.124.0.`
@jamesanderson9182 Please ask your question in the forum (https://discourse.gohugo.io/). The answer will depend on the theme. Thanks.
@asmaier Thank you for this list. Although their approaches may be imperfect, to characterize the authors' efforts and generosity as "half baked" is... unfortunate.
For anyone still interested in archives by year, month, and day... ```text git clone --single-branch -b hugo-forum-topic-46777 https://github.com/jmooring/hugo-testing hugo-forum-topic-46777 cd hugo-forum-topic-46777 rm -rf prebuild/public/ public/ && hugo -s prebuild &&...
@asmaier The list pages are paginated. So in additional to prev/next on each pager pointing to the previous or next pager, you also want navigation to the next/previous year/month/day? That...
@tytyvillus Pandoc's `-s` flag is not related to math rendering in any way. We pass the [`--mathjax`](https://pandoc.org/MANUAL.html#math-rendering-in-html) flag when rendering Pandoc files, so all you need to do is load...