-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
have an example_site directoy #40
Comments
Related to this: I think files like Please let me know if there is some other way to exclude these files. |
The phantom speakers are included directly in the theme, so it's unclear to me the best way to remove them. Worse case I can override the theme. satRdays/hugo-satrdays-theme#40 (comment)
For now I overrode the default |
@jdblischak I'm really torn about implementing this. I'd really appreciate a second opinion. I have some pros and cons which I'm trying to debate. Pros
Cons
This probably isn't a complete list, but I'm effectively trying to weigh up the burden for people contributing and maintaining the project, who might have a better idea about the hugo best-practices and interals anyway, vs making things as simple as possible at the deployment and customising stages. Any thoughts? |
I'm frustrated that the (top level repo)[https://github.com/satRdays/satRday_site_template] needs to have files like
config.toml
updated when changes to this repo are made. I also want to be able to have a way to run a command likehugo serve
to preview the changes I make to the repo run in this repos root, not have to move up a level to preview them.The reason for the previous design was to make it easier to make usable repos quickly from the template, without the individual event organisers having to worry too much about making a sub-repo. As it is they need to worry about that anyway when picking up updates, so IMHO my previous plan kind of doesn't work anyway.
Any soultion needs to add to this repo AND also update the top level repo to account for this change.
The text was updated successfully, but these errors were encountered: