-
-
Notifications
You must be signed in to change notification settings - Fork 1k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Update generated repos #2
Comments
Hi @hrvstr Since I created the template I've been thinking about what you're saying. Due to the nature of Github Templates, what happens is that when a new repository is created based on a GitHub template, the code is downloaded and that's it. And that works well with very stable templates that serve as an initial guide without further update needs. But in this case, the template still needs a lot of work to bring it to production-ready levels like the ones I've worked with NextJs, for example, so there will be several more changes until it reaches version 1.0.0. I have been dedicating the little extra time I have to work on the project, initially to understand Astro well and find the best practices that make it easy to adapt to the needs of the developers, but I certainly care a lot about being able to provide updates. When I finish some basic AstroWind tasks that I have pending, I will start to investigate what variants exist to solve your problem. In the meantime check out this related Stack overflow post, it might help: https://stackoverflow.com/questions/56577184/github-pull-changes-from-a-template-repository I will give you updates soon and if you find out about any solution, please let me know. Thanks. |
Okay, I guess there is no streamlined way to easily update themes in Astro. When I was using Hugo one could add a theme as a git submodule and easily update it later. I think for now I will just grab the new components and will redo my site from scratch once this template hits v1.0. When I have some time on the weekend I will try some of the procedures from the stack overflow link but they seem rather experimental. Thank you very much for your work and fast reply. |
Thanks both for the conversation. I was thinking the same thing. I'll fork the project to get the new updates which are very valuable. Thank you for sharing this template, it looks great. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Hi, I generated a repo from this template last week and saw that there have been a lot of nice updates since then. Is there any way to keep my "fork" up to date with the development?
I tried adding this repo as a second remote and then fetching and merging it but it does not seem to work.
The text was updated successfully, but these errors were encountered: