Obviously it is not working now.
Also i tried to deploy site without GithubActions just by means of:
Settings > Pages > Branch > Main > Root > Save.
But in this case all paths are messed up and there is no css decoration on website.
How to resolve this issue? What i am doing wrong?
Do i need to transfer to Github only “Public” folder or all source code also?
Site works fine from local Hugo server and VS Code live server, but styles are not loading when i launch index.html from the local “public” folder.
It seems that you want to create a CSS file from a Hugo template (although it’s also not working Hugo code), and somehow that doesn’t work with your GitHub setup.
It is, btw, always a good idea to have a look at your browser’s developer tools. First, you can learn and experiment there. And second, you’ll find a lot of answers there already.
Not to mention that it’s better to open a new thread for a new issue.
usually you cannot “launch” a hugo generated HTML file from a folder. You will need a webserver.
I’d like to mention that explicitly. We follow the one issue one topic policy - especially in cases like yours where the problem is totally different.
As a reminder: your published site works, so it will be better in those cases to share your repo, so someone can try to reproduce your problem.
that one is from the mainrod theme which uses ExecuteAsTemplate , user params and not checking anything…
Thanks to all for replying. I got thing about one problem - one post methodology.
@ irkode answered the question.
Frankly speaking i don’t get much from most of replies,
but nevertheless i’ll open another thread then.