All the knowledge you need to get up and running on terminals across operating systems. If you are contributing to open issue on this repo, please ask to be assigned to the issue so people know you are working on it.
This PR removes AMP as the framework for the site. AMP no longer affects search rankings and we can provide a better experience without it. It further reduces the reliance on JavaScript (now entirely progressive enhancement).
This PR also moves fonts and Workbox to be hosted with the site.
Required checklist:
[x] My code matches the existing code style of this project.
One of these:
[ ] This is a new localization for existing content.
[ ] This is new content that is localized for all the locales that this project currently supports.
[ ] I described above how I plan to localize this content immediately after merging these changes.
[x] Localization is not applicable to this change.
[x] I have tested my code and it successfully builds for GitHub Pages and validates as AMP.
Description
This PR removes AMP as the framework for the site. AMP no longer affects search rankings and we can provide a better experience without it. It further reduces the reliance on JavaScript (now entirely progressive enhancement).
This PR also moves fonts and Workbox to be hosted with the site.
Required checklist: