Iago Bozza

Results 5 issues of Iago Bozza

Sometimes it's useful to create modules that just packages a GitHub repository. For example: I was trying to create a Hugo Module that just packages Splide JS repository: ```toml [module]...

Bug

I have something like the following option in the config.toml: ``` [permalinks] posts = "/new-posts/:filename/" ``` If I visit `http://localhost:1313/new-posts/post-name/` I get the intended page. But if I visit `http://localhost:1313/new-posts/`...

Enhancement

## Summary Hugo uses Go Modules to fetch 3rd party repositories and import them to be used in the Hugo project. But Go Modules look for tags in the form...

Hugo already has a `.HasShortCode` that returns true if a given shortcode was used in the page. I't useful when, for example, we want to include some CSS or JS...

Proposal