-
https://github.com/spf13/hugo/pull/2677#issuecomment-261061957
d4l3k updated
2 years ago
-
Hello!
It would be great if there was a sort of toggle we could use to determine where the thumbnail was selected from the feature image. For instance...
- Default behavior could be how it is no…
-
This issue was discovered when writing some stress tests for #4706 -- probably not related, but it seems that it can render empty in given situations.
-
I am importing the material-components-web library like this in my `.scss` file:
```sass
@import "node_modules/material-components-web/material-components-web";
```
It seems to find the library …
grote updated
2 years ago
-
I want to cool off on adding more entries until it is decided which static site generator to use and how to scale up the mainpage.
If you want to contribute in a way that keeps the site unbloated, …
-
This is related to #5911
So I have a test site with this inside `config.toml`:
```
theme = [
"github.com/bep/hugotestmods/mypartials",
"github.com/bep/hugotestmods/myshortcodes",
…
-
**(Feature request)** Would it be possible for the Hugo developers to create and maintain an example starter theme - a "skeleton" theme with no styling or HTML, just a starting point for new themes - …
-
Deploying as a GitHub `Project Page` based site needs `canonifyurls = true` because all static image references generated from markdown files are missing the sub-path `projectname/` component of the `…
-
In light of the recent changes of the Instagram API that Facebook has enforced -see https://github.com/gohugoio/hugo/issues/7879 for the details-
I propose that all built-in shortcodes for 3rd par…
-
`hugo` versions up to and including 0.42.2 used complete `baseURL` URL to create absolute permalinks for resources. Later versions use only host part of the config, which breaks sites that use path in…