gohugoio / hugo

The world’s fastest framework for building websites.
https://gohugo.io
Apache License 2.0
75.47k stars 7.5k forks source link

Issue with graphical-models name #8153

Closed JMante1 closed 3 years ago

JMante1 commented 3 years ago

Am getting the error: Alias "\tag\graphical-models.\page\1\index.html" contains component with a trailing space or period, problematic on Windows. When using hugo with academic and a local server build.

What version of Hugo are you using (hugo version)?

Hugo Static Site Generator v0.80.0-792EF0F4 windows/amd64 BuildDate: 2020-12-31T13:37:57Z

Does this issue reproduce with the latest release?

I'm Not sure

davidsneighbour commented 3 years ago

So... what's the point in grapical-models. about? That's not something that works on any operating system. If that is an academic-specific issue please take it to their support forum.

Fontanapink commented 3 years ago

Same problem here! That is a tag. The full error reads:

ERROR 2021/01/24 14:59:00 Alias "\tag\graphical-models.\page\1\index.html" contains component with a trailing space or period, problematic on Windows
Error: Error building site: failed to render pages: cannot create "\tag\graphical-models.\page\1\index.html": Windows filename restriction
moorereason commented 3 years ago

Windows filename restriction

Files with a trailing period are not valid filenames on Windows. There's nothing Hugo can do to fix that.

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.