How to update blog to new releases without breaking everything? #2320
-
I forked the project 2 years ago and ever since I've seen some amazing updates on the theme. I want to implement some of them but I don't know how the procedure should be. Should I just fork the new one into a new branch and add my _confit, projects, pages, and the corresponding assets? I'm not a web developer so I'm not sure if this would break everything. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Check our INSTALL.md information. |
Beta Was this translation helpful? Give feedback.
-
I am in a similar situation (branched off a few years back) but am using a local gitlab to build and publish on our departmental websites, so cannot use the above github action. One simple way, it seems, to avoid the issue would be to package al-folio in gem form. You could publish this gem via github actions automatically. |
Beta Was this translation helpful? Give feedback.
-
@george-gca how do you suggest keeping updated with this theme then? I don't see any other way except manually rebasing every week or so and hoping for the best. And yes, i have seen the related docs but I mean without relying on github pages etc. |
Beta Was this translation helpful? Give feedback.
Check our INSTALL.md information.