Open
Description
I've added a pull request with two things:
- 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.