-
```
C:\Hugo\Sites\webcomics-cms>hugo serve -D
Start building sites …
hugo v0.84.1-4BD65E22+extended windows/amd64 BuildDate=2021-06-24T11:44:23Z VendorInfo=gohugoio
ERROR 2021/06/27 17:13:54 rende…
-
Hugo does like it if you have "+" sign in mediaType
this config.toml is OK:
```
baseurl = "/"
languageCode = "en-us"
title = "Homepage"
[mediaTypes]
[mediaTypes."application/xml"]
…
-
For some reason, this course doesn't seem to be have imported in production
s3://open-learning-course-data-production/21w-758-genre-fiction-workshop-spring-2013/21w-758-genre-fiction-workshop-spri…
-
It is currently not possible in Hugo to sort things in a "CMS" sensible way due to sorting being case sensitive.
For ex:
```
{{ range sort (slice "Apple" "aSomething" "Zoo" "Gravy") }}
{{ . }}
…
-
$ hugo version
Hugo Static Site Generator v0.74.3/extended darwin/amd64 BuildDate: unknown
I'm trying to do the bellow in a single.html page and I can't figure out a way to make it work.
```…
-
### What version of Hugo are you using (`hugo version`)?
I'm using hugo as a library in my go code. Via go modules I'm using **`0.69.0`**
### Does this issue reproduce with the latest release?
…
-
The old CMS is based on Harp, which is no longer maintained, causes security alerts, requires Python 2 (officially discontinued) and old versions of GCC to install. Would be nice to use [Hugo](https:/…
kevgo updated
2 years ago
-
When I put non-md files in the content directory, they should just be copied over (untouched!).
Now they end up as html's
-
Hello,
I have used an existing theme for [my new website](http://www.topologix.fr). But I have to modify it to add (for instance) VCards or other beautiful stuff. If ever I want to update my theme or…
-
## Describe the feature you'd like available on the website
Add a dedicated search results page that is navigated to after a search request.
## Available alternatives
Currently, search result…