I have a small site made with hugo
and gokarna
theme: GitHub - skaurus/personal-site: My personal site, created with Hugo and Pulp theme.
Besides main page it has just one piece of content - content/CV.md
Why does hugo
command generate two files for it - public/cv/index.html
and public/cv.html
, first one being the proper file, and the second one is something like stripped down and broken version?
My base url is https://skaur.us/, so you can check /cv/
and /cv
URLs there and see for yourself.
I publish the site using Github Actions, to Github Pages. My local hugo version is 0.118.2 and Github Action configured to use 0.117 (for no particular reason), result is the same in these two versions.