-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
🏗️ enabling custom site building & attaining deployment freedom #1547
Comments
we have the following options:
👍 - this is the least-disruptive change
👍 - we will finally have the intended repo name i have not forgotten about the lack of support for 301 redirects that we absolutely must have to unblock #1152, but i am thinking that we want to do this migration in a few phases (meaning that we do not immediately solve the redirects issue and continue using the gh pages backend initially) the truth of the matter is that we have crappy options when it comes to servers supporting redirects like we want them (using the
i am thinking we may be able to keep using Netlify — not only for staging/previews, but also for the production site's server (it ain't free/cheap unless i go begging or something) |
|
wow, that seems almost too over-demanding, but it is good to list high-quality sponsorships (btw, not many think Netlify itself is crappy & they have a very good reputation amongst almost everyone i know) i am just not super content w/ how these types of services normally insistent on using their infra to build our projects while they keep outdated toolchains and deps work around i had in mind: using github actions to build our projects via ci and deploying that built site to their static site server somewhere (it just needs to support those handy-dandy main issue (and actually why we've ruled out Cloudflare pages) is that sometimes their toolchains used to build projects are too old for our current setup (if they are up-datable, that is no problemo tho); in the case of Cloudflare pages, that did not seem to be the case when i checked recently (will be double-checking since it seemed absurd) |
btw, i have decided that it would be cool to get that corporate sponsorship/partnership and am now working on touching up GitHub Sponsors profile that was sort of a joke before 🔗 https://github.com/sponsors/DerekNonGeneric?preview=true UPDATE: at least i have made it less-bad now & will get back to the topic on-hand |
🐛 Bug report
Location
Section of the site where the content exists
Affected URL(s):
Description
Concise explanation of the problem
i am/was about ready for merging #1131 (as stated); however, it will be adding custom Jekyll plugins, which are not supported by our current publishing infrastructure (github pages)
in essence this issue will try to outline our next steps, which i have experience in solving already, but would like to communicate what all that entails more clearly below since it's not exactly straight forward and would most-likely require custom scripting and hoop-jumping, but it is a well-known work around
The text was updated successfully, but these errors were encountered: