You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some README instructions to help people get started with this repo.
.gitignore for locally generated files (when testing) that shouldn't go into git.
It might be good to make hugo the default branch in the settings of the repository:
It will show the source rather than the generated site (and the README on that branch).
If someone creates a pull request, I think it will pick the hugo branch by default.
And perhaps as a by the way @cirulls: I had another pull request for the CNAME file, but located in the hugo branch under static. I just closed that, but now am thinking that when the Github Action regenerates the static site, your commit of that file on the master branch will be overwritten. So perhaps we need that file on the hugo branch after all.
The text was updated successfully, but these errors were encountered:
Yes, the CNAME file must be committed to the Hugo branch as well, thanks for creating the PR, I'll review it in the next days but it looks fine. It was created automatically in the master branch when I did the custom DNS configuration. I agree that the hugo branch should be the default one as PRs are going to be created against that branch. I'll change these settings by the end of this week.
I've added a pull request with two things:
It might be good to make
hugo
the default branch in the settings of the repository:And perhaps as a by the way @cirulls: I had another pull request for the CNAME file, but located in the
hugo
branch understatic
. I just closed that, but now am thinking that when the Github Action regenerates the static site, your commit of that file on themaster
branch will be overwritten. So perhaps we need that file on thehugo
branch after all.The text was updated successfully, but these errors were encountered: