Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpmedley/f49ac84475cc1ca7fe2ecc5b181c5fd8 to your computer and use it in GitHub Desktop.
Save jpmedley/f49ac84475cc1ca7fe2ecc5b181c5fd8 to your computer and use it in GitHub Desktop.
Changes to be committed:
modified: ../.github/pull_request_template.md
modified: ../app.yaml
modified: images/lockup.svg
renamed: site/_data/authors.json -> site/_data/contributors.json
modified: site/_includes/codelab.njk
modified: site/_includes/components/Author.js
modified: site/_includes/components/AuthorInfo.js
modified: site/_includes/components/Compare.js
modified: site/_includes/components/PathCard.js
modified: site/_includes/components/PostCard.js
new file: site/_includes/content/lighthouse-accessibility/about-aria.njk
new file: site/_includes/content/lighthouse-best-practices/scoring.njk
new file: site/_includes/content/lighthouse-pwa/scoring.njk
new file: site/_includes/content/lighthouse-seo/scoring.njk
modified: site/_includes/path.njk
modified: site/_includes/post.njk
modified: site/_includes/sandbox/layout.njk
modified: site/content/en/_redirects.yaml
modified: site/content/en/accessible/control-focus-with-tabindex/index.md
modified: site/content/en/accessible/headings-and-landmarks/index.md
modified: site/content/en/accessible/keyboard-access/index.md
modified: site/content/en/accessible/labels-and-text-alternatives/index.md
modified: site/content/en/accessible/semantics-and-screen-readers/index.md
modified: site/content/en/accessible/style-focus/index.md
modified: site/content/en/accessible/use-semantic-html/index.md
modified: site/content/en/accessible/what-is-accessibility/index.md
new file: site/content/en/blog/hands-on-portals/HTMLPortalElement.png
new file: site/content/en/blog/hands-on-portals/glitch.gif
new file: site/content/en/blog/hands-on-portals/hero.gif
new file: site/content/en/blog/hands-on-portals/hero.png
new file: site/content/en/blog/hands-on-portals/index.md
new file: site/content/en/blog/hands-on-portals/portal-preview-demo.gif
modified: site/content/en/blog/index.njk
modified: site/content/en/blog/test-post/index.md
modified: site/content/en/discoverable/codelab-fix-sneaky-404/index.md
modified: site/content/en/discoverable/fix-http-status-codes/index.md
modified: site/content/en/discoverable/fix-robot-errors/index.md
modified: site/content/en/discoverable/fix-small-fonts/index.md
modified: site/content/en/discoverable/fix-viewport-tag/index.md
modified: site/content/en/discoverable/how-search-works/index.md
modified: site/content/en/discoverable/pass-lighthouse-seo-audit/index.md
modified: site/content/en/discoverable/remove-browser-plugins/index.md
modified: site/content/en/discoverable/remove-code-blocking-indexing/index.md
modified: site/content/en/discoverable/tell-search-engine-canonical-url/index.md
modified: site/content/en/discoverable/tell-search-translated-pages-equal/index.md
modified: site/content/en/discoverable/write-descriptive-text/index.md
modified: site/content/en/fast/apply-instant-loading-with-prpl/index.md
modified: site/content/en/fast/avoid-invisible-text/index.md
modified: site/content/en/fast/chrome-ux-report-bigquery/index.md
modified: site/content/en/fast/chrome-ux-report-data-studio-dashboard/index.md
modified: site/content/en/fast/chrome-ux-report-pagespeed-insights/index.md
modified: site/content/en/fast/chrome-ux-report/index.md
modified: site/content/en/fast/codelab-art-direction/index.md
modified: site/content/en/fast/codelab-avoid-invisible-text/index.md
modified: site/content/en/fast/codelab-code-splitting/index.md
modified: site/content/en/fast/codelab-density-descriptors/index.md
modified: site/content/en/fast/codelab-imagemin-grunt/index.md
modified: site/content/en/fast/codelab-imagemin-gulp/index.md
modified: site/content/en/fast/codelab-imagemin-webpack/index.md
modified: site/content/en/fast/codelab-preload-critical-assets/index.md
modified: site/content/en/fast/codelab-preload-web-fonts/index.md
modified: site/content/en/fast/codelab-remove-unused-code/index.md
modified: site/content/en/fast/codelab-replace-gifs-with-video/index.md
modified: site/content/en/fast/codelab-serve-images-correct-dimensions/index.md
modified: site/content/en/fast/codelab-serve-images-webp/index.md
modified: site/content/en/fast/codelab-serve-modern-code/index.md
modified: site/content/en/fast/codelab-setting-performance-budgets-with-webpack/index.md
modified: site/content/en/fast/codelab-specifying-multiple-slot-widths/index.md
modified: site/content/en/fast/codelab-text-compression-brotli/index.md
modified: site/content/en/fast/codelab-text-compression/index.md
modified: site/content/en/fast/codelab-use-lazysizes-to-lazyload-images/index.md
modified: site/content/en/fast/defer-non-critical-css/index.md
modified: site/content/en/fast/discover-performance-opportunities-with-lighthouse/index.md
modified: site/content/en/fast/incorporate-performance-budgets-into-your-build-tools/index.md
modified: site/content/en/fast/performance-budgets-101/index.md
modified: site/content/en/fast/preload-critical-assets/index.md
modified: site/content/en/fast/reduce-javascript-payloads-with-code-splitting/index.md
modified: site/content/en/fast/reduce-network-payloads-using-text-compression/index.md
modified: site/content/en/fast/remove-unused-code/index.md
modified: site/content/en/fast/replace-gifs-with-videos/index.md
modified: site/content/en/fast/serve-images-webp/index.md
modified: site/content/en/fast/serve-images-with-correct-dimensions/index.md
modified: site/content/en/fast/serve-modern-code-to-modern-browsers/index.md
modified: site/content/en/fast/serve-responsive-images/index.md
modified: site/content/en/fast/use-imagemin-to-compress-images/index.md
modified: site/content/en/fast/use-lazysizes-to-lazyload-images/index.md
modified: site/content/en/fast/using-bundlesize-with-travis-ci/index.md
modified: site/content/en/fast/using-lighthouse-bot-to-set-a-performance-budget/index.md
modified: site/content/en/fast/your-first-performance-budget/index.md
new file: site/content/en/images/authors/uskay.jpg
modified: site/content/en/images/collections/e-commerce.svg
modified: site/content/en/images/collections/lighthouse-accessibility.svg
modified: site/content/en/images/collections/lighthouse-best-practices.svg
modified: site/content/en/images/collections/lighthouse-performance.svg
modified: site/content/en/images/collections/lighthouse-pwa.svg
modified: site/content/en/images/collections/lighthouse-seo.svg
modified: site/content/en/images/collections/react.svg
modified: site/content/en/images/social.png
modified: site/content/en/index.njk
modified: site/content/en/installable/add-manifest/index.md
modified: site/content/en/installable/codelab-make-installable/index.md
modified: site/content/en/installable/discover-installable/index.md
modified: site/content/en/learn/index.njk
modified: site/content/en/learn/learn.11tydata.js
new file: site/content/en/lighthouse-accessibility/accesskeys/accesskeys.png
new file: site/content/en/lighthouse-accessibility/accesskeys/index.md
new file: site/content/en/lighthouse-accessibility/aria-allowed-attr/aria-allowed-attr.png
new file: site/content/en/lighthouse-accessibility/aria-allowed-attr/index.md
new file: site/content/en/lighthouse-accessibility/aria-required-attr/aria-required-attr.png
new file: site/content/en/lighthouse-accessibility/aria-required-attr/index.md
new file: site/content/en/lighthouse-accessibility/aria-required-children/aria-required-children.png
new file: site/content/en/lighthouse-accessibility/aria-required-children/index.md
new file: site/content/en/lighthouse-accessibility/aria-required-parent/aria-required-parent.png
new file: site/content/en/lighthouse-accessibility/aria-required-parent/index.md
new file: site/content/en/lighthouse-accessibility/aria-roles/aria-roles.png
new file: site/content/en/lighthouse-accessibility/aria-roles/index.md
new file: site/content/en/lighthouse-accessibility/aria-valid-attr-value/aria-valid-attr-value.png
new file: site/content/en/lighthouse-accessibility/aria-valid-attr-value/index.md
new file: site/content/en/lighthouse-accessibility/aria-valid-attr/aria-valid-attr.png
new file: site/content/en/lighthouse-accessibility/aria-valid-attr/index.md
new file: site/content/en/lighthouse-accessibility/audio-caption/index.md
new file: site/content/en/lighthouse-accessibility/button-name/button-name.png
new file: site/content/en/lighthouse-accessibility/button-name/index.md
new file: site/content/en/lighthouse-accessibility/bypass/bypass.png
new file: site/content/en/lighthouse-accessibility/bypass/index.md
new file: site/content/en/lighthouse-accessibility/color-contrast/color-contrast.png
new file: site/content/en/lighthouse-accessibility/color-contrast/index.md
new file: site/content/en/lighthouse-accessibility/custom-control-roles/index.md
new file: site/content/en/lighthouse-accessibility/custom-controls-labels/index.md
new file: site/content/en/lighthouse-accessibility/definition-list/definition-list.png
new file: site/content/en/lighthouse-accessibility/definition-list/index.md
new file: site/content/en/lighthouse-accessibility/dlitem/dlitem.png
new file: site/content/en/lighthouse-accessibility/dlitem/index.md
new file: site/content/en/lighthouse-accessibility/document-title/document-title.png
new file: site/content/en/lighthouse-accessibility/document-title/index.md
new file: site/content/en/lighthouse-accessibility/duplicate-id/duplicate-id.png
new file: site/content/en/lighthouse-accessibility/duplicate-id/index.md
new file: site/content/en/lighthouse-accessibility/focus-traps/index.md
new file: site/content/en/lighthouse-accessibility/focusable-controls/index.md
new file: site/content/en/lighthouse-accessibility/frame-title/frame-title.png
new file: site/content/en/lighthouse-accessibility/frame-title/index.md
new file: site/content/en/lighthouse-accessibility/heading-levels/index.md
new file: site/content/en/lighthouse-accessibility/html-has-lang/html-has-lang.png
new file: site/content/en/lighthouse-accessibility/html-has-lang/index.md
new file: site/content/en/lighthouse-accessibility/html-lang-valid/index.md
new file: site/content/en/lighthouse-accessibility/image-alt/image-alt.png
new file: site/content/en/lighthouse-accessibility/image-alt/index.md
new file: site/content/en/lighthouse-accessibility/index.njk
new file: site/content/en/lighthouse-accessibility/input-image-alt/index.md
new file: site/content/en/lighthouse-accessibility/input-image-alt/input-image-alt.png
new file: site/content/en/lighthouse-accessibility/interactive-element-affordance/index.md
new file: site/content/en/lighthouse-accessibility/label/index.md
new file: site/content/en/lighthouse-accessibility/label/label.png
new file: site/content/en/lighthouse-accessibility/layout-table/index.md
new file: site/content/en/lighthouse-accessibility/lighthouse-accessibility.11tydata.js
new file: site/content/en/lighthouse-accessibility/link-name/index.md
new file: site/content/en/lighthouse-accessibility/link-name/link-name.png
new file: site/content/en/lighthouse-accessibility/list/index.md
new file: site/content/en/lighthouse-accessibility/list/list.png
new file: site/content/en/lighthouse-accessibility/listitem/index.md
new file: site/content/en/lighthouse-accessibility/listitem/listitem.png
new file: site/content/en/lighthouse-accessibility/logical-tab-order/index.md
new file: site/content/en/lighthouse-accessibility/managed-focus/index.md
new file: site/content/en/lighthouse-accessibility/meta-refresh/index.md
new file: site/content/en/lighthouse-accessibility/meta-refresh/meta-refresh.png
new file: site/content/en/lighthouse-accessibility/meta-viewport/index.md
new file: site/content/en/lighthouse-accessibility/meta-viewport/meta-viewport.png
new file: site/content/en/lighthouse-accessibility/object-alt/index.md
new file: site/content/en/lighthouse-accessibility/object-alt/object-alt.png
new file: site/content/en/lighthouse-accessibility/offscreen-content-hidden/index.md
new file: site/content/en/lighthouse-accessibility/tabindex/index.md
new file: site/content/en/lighthouse-accessibility/tabindex/tabindex.png
new file: site/content/en/lighthouse-accessibility/td-headers-attr/index.md
new file: site/content/en/lighthouse-accessibility/td-headers-attr/td-headers-attr.png
new file: site/content/en/lighthouse-accessibility/th-has-data-cells/index.md
new file: site/content/en/lighthouse-accessibility/use-landmarks/index.md
new file: site/content/en/lighthouse-accessibility/valid-lang/index.md
new file: site/content/en/lighthouse-accessibility/video-caption/index.md
new file: site/content/en/lighthouse-accessibility/video-description/index.md
new file: site/content/en/lighthouse-accessibility/visual-order-follows-dom/index.md
new file: site/content/en/lighthouse-best-practices/appcache-manifest/appcache-manifest.png
new file: site/content/en/lighthouse-best-practices/appcache-manifest/index.md
new file: site/content/en/lighthouse-best-practices/deprecations/deprecations.png
new file: site/content/en/lighthouse-best-practices/deprecations/index.md
new file: site/content/en/lighthouse-best-practices/doctype/doctype.png
new file: site/content/en/lighthouse-best-practices/doctype/index.md
new file: site/content/en/lighthouse-best-practices/errors-in-console/errors-in-console.png
new file: site/content/en/lighthouse-best-practices/errors-in-console/errors.png
new file: site/content/en/lighthouse-best-practices/errors-in-console/index.md
new file: site/content/en/lighthouse-best-practices/external-anchors-use-rel-noopener/external-anchors-use-rel-noopener.png
new file: site/content/en/lighthouse-best-practices/external-anchors-use-rel-noopener/index.md
new file: site/content/en/lighthouse-best-practices/geolocation-on-start/geolocation-on-start.png
new file: site/content/en/lighthouse-best-practices/geolocation-on-start/index.md
new file: site/content/en/lighthouse-best-practices/image-aspect-ratio/index.md
new file: site/content/en/lighthouse-best-practices/index.njk
new file: site/content/en/lighthouse-best-practices/js-libraries/index.md
new file: site/content/en/lighthouse-best-practices/js-libraries/js-libraries.png
new file: site/content/en/lighthouse-best-practices/lighthouse-best-practices.11tydata.js
new file: site/content/en/lighthouse-best-practices/no-document-write/index.md
new file: site/content/en/lighthouse-best-practices/no-document-write/no-document-write.png
new file: site/content/en/lighthouse-best-practices/no-vulnerable-libraries/index.md
new file: site/content/en/lighthouse-best-practices/no-vulnerable-libraries/no-vulnerable-libraries.png
new file: site/content/en/lighthouse-best-practices/notification-on-start/index.md
new file: site/content/en/lighthouse-best-practices/notification-on-start/notification-on-start.png
new file: site/content/en/lighthouse-best-practices/password-inputs-can-be-pasted-into/index.md
new file: site/content/en/lighthouse-best-practices/uses-http2/index.md
new file: site/content/en/lighthouse-best-practices/uses-http2/uses-http2.png
new file: site/content/en/lighthouse-best-practices/uses-passive-event-listeners/index.md
new file: site/content/en/lighthouse-performance/bootup-time/bootup-time.png
new file: site/content/en/lighthouse-performance/bootup-time/index.md
new file: site/content/en/lighthouse-performance/critical-request-chains/critical-request-chains.png
new file: site/content/en/lighthouse-performance/critical-request-chains/index.md
new file: site/content/en/lighthouse-performance/dom-size/dom-size.png
new file: site/content/en/lighthouse-performance/dom-size/index.md
new file: site/content/en/lighthouse-performance/efficient-animated-content/efficient-animated-content.png
new file: site/content/en/lighthouse-performance/efficient-animated-content/index.md
new file: site/content/en/lighthouse-performance/estimated-input-latency/estimated-input-latency.png
new file: site/content/en/lighthouse-performance/estimated-input-latency/index.md
new file: site/content/en/lighthouse-performance/estimated-input-latency/opportunities.png
new file: site/content/en/lighthouse-performance/first-contentful-paint/first-contentful-paint.png
new file: site/content/en/lighthouse-performance/first-contentful-paint/index.md
new file: site/content/en/lighthouse-performance/first-contentful-paint/opportunities.png
new file: site/content/en/lighthouse-performance/first-cpu-idle/first-cpu-idle.png
new file: site/content/en/lighthouse-performance/first-cpu-idle/index.md
new file: site/content/en/lighthouse-performance/first-cpu-idle/opportunities.png
new file: site/content/en/lighthouse-performance/first-meaningful-paint/first-meaningful-paint.png
new file: site/content/en/lighthouse-performance/first-meaningful-paint/index.md
new file: site/content/en/lighthouse-performance/first-meaningful-paint/opportunities.png
new file: site/content/en/lighthouse-performance/font-display/font-display.png
new file: site/content/en/lighthouse-performance/font-display/index.md
new file: site/content/en/lighthouse-performance/index.njk
new file: site/content/en/lighthouse-performance/interactive/index.md
new file: site/content/en/lighthouse-performance/interactive/interactive.png
new file: site/content/en/lighthouse-performance/interactive/opportunities.png
new file: site/content/en/lighthouse-performance/lighthouse-performance.11tydata.js
new file: site/content/en/lighthouse-performance/mainthread-work-breakdown/index.md
new file: site/content/en/lighthouse-performance/mainthread-work-breakdown/mainthread-work-breakdown.png
new file: site/content/en/lighthouse-performance/offscreen-images/index.md
new file: site/content/en/lighthouse-performance/offscreen-images/offscreen-images.png
new file: site/content/en/lighthouse-performance/redirects/index.md
new file: site/content/en/lighthouse-performance/redirects/redirects.png
new file: site/content/en/lighthouse-performance/render-blocking-resources/blocking-resources.png
new file: site/content/en/lighthouse-performance/render-blocking-resources/coverage.png
new file: site/content/en/lighthouse-performance/render-blocking-resources/index.md
new file: site/content/en/lighthouse-performance/speed-index/index.md
new file: site/content/en/lighthouse-performance/speed-index/opportunities.png
new file: site/content/en/lighthouse-performance/speed-index/speed-index.png
new file: site/content/en/lighthouse-performance/time-to-first-byte/index.md
new file: site/content/en/lighthouse-performance/time-to-first-byte/time-to-first-byte.png
new file: site/content/en/lighthouse-performance/total-byte-weight/index.md
new file: site/content/en/lighthouse-performance/total-byte-weight/total-byte-weight.png
new file: site/content/en/lighthouse-performance/unminified-css/index.md
new file: site/content/en/lighthouse-performance/unminified-css/unminified-css.png
new file: site/content/en/lighthouse-performance/unminified-javascript/index.md
new file: site/content/en/lighthouse-performance/unminified-javascript/unminified-javascript.png
new file: site/content/en/lighthouse-performance/unused-css-rules/coverage.png
new file: site/content/en/lighthouse-performance/unused-css-rules/index.md
new file: site/content/en/lighthouse-performance/unused-css-rules/unused-css-rules.png
new file: site/content/en/lighthouse-performance/user-timings/index.md
new file: site/content/en/lighthouse-performance/user-timings/user-timings.png
new file: site/content/en/lighthouse-performance/uses-long-cache-ttl/cache-control-header.png
new file: site/content/en/lighthouse-performance/uses-long-cache-ttl/index.md
new file: site/content/en/lighthouse-performance/uses-long-cache-ttl/size.png
new file: site/content/en/lighthouse-performance/uses-long-cache-ttl/uses-long-cache-ttl.png
new file: site/content/en/lighthouse-performance/uses-optimized-images/index.md
new file: site/content/en/lighthouse-performance/uses-optimized-images/uses-optimized-images.png
new file: site/content/en/lighthouse-performance/uses-rel-preconnect/index.md
new file: site/content/en/lighthouse-performance/uses-rel-preconnect/uses-rel-preconnect.png
new file: site/content/en/lighthouse-performance/uses-rel-preload/after.png
new file: site/content/en/lighthouse-performance/uses-rel-preload/before.png
new file: site/content/en/lighthouse-performance/uses-rel-preload/index.md
new file: site/content/en/lighthouse-performance/uses-rel-preload/uses-rel-preload.png
new file: site/content/en/lighthouse-performance/uses-responsive-images/index.md
new file: site/content/en/lighthouse-performance/uses-responsive-images/uses-responsive-images.png
new file: site/content/en/lighthouse-performance/uses-text-compression/content-encoding.svg
new file: site/content/en/lighthouse-performance/uses-text-compression/index.md
new file: site/content/en/lighthouse-performance/uses-text-compression/uses-text-compression.png
new file: site/content/en/lighthouse-performance/uses-webp-images/index.md
new file: site/content/en/lighthouse-performance/uses-webp-images/uses-webp-images.png
new file: site/content/en/lighthouse-pwa/content-width/content-width.png
new file: site/content/en/lighthouse-pwa/content-width/index.md
new file: site/content/en/lighthouse-pwa/index.njk
new file: site/content/en/lighthouse-pwa/installable-manifest/index.md
new file: site/content/en/lighthouse-pwa/installable-manifest/installable-manifest.png
new file: site/content/en/lighthouse-pwa/is-on-https/index.md
new file: site/content/en/lighthouse-pwa/is-on-https/is-on-https.png
new file: site/content/en/lighthouse-pwa/lighthouse-pwa.11tydata.js
new file: site/content/en/lighthouse-pwa/load-fast-enough-for-pwa/index.md
new file: site/content/en/lighthouse-pwa/load-fast-enough-for-pwa/load-fast-enough-for-pwa.png
new file: site/content/en/lighthouse-pwa/offline-start-url/index.md
new file: site/content/en/lighthouse-pwa/offline-start-url/offline-start-url.png
new file: site/content/en/lighthouse-pwa/pwa-cross-browser/index.md
new file: site/content/en/lighthouse-pwa/pwa-each-page-has-url/index.md
new file: site/content/en/lighthouse-pwa/pwa-page-transitions/index.md
new file: site/content/en/lighthouse-pwa/redirects-http/index.md
new file: site/content/en/lighthouse-pwa/redirects-http/redirects-http.png
new file: site/content/en/lighthouse-pwa/service-worker/index.md
new file: site/content/en/lighthouse-pwa/service-worker/service-worker.png
new file: site/content/en/lighthouse-pwa/splash-screen/index.md
new file: site/content/en/lighthouse-pwa/splash-screen/splash-screen.png
new file: site/content/en/lighthouse-pwa/themed-omnibox/index.md
new file: site/content/en/lighthouse-pwa/themed-omnibox/themed-omnibox.png
new file: site/content/en/lighthouse-pwa/viewport/index.md
new file: site/content/en/lighthouse-pwa/viewport/viewport.png
new file: site/content/en/lighthouse-pwa/without-javascript/index.md
new file: site/content/en/lighthouse-pwa/without-javascript/without-javascript.png
new file: site/content/en/lighthouse-pwa/works-offline/index.md
new file: site/content/en/lighthouse-pwa/works-offline/works-offline.png
new file: site/content/en/lighthouse-seo/canonical/canonical.png
new file: site/content/en/lighthouse-seo/canonical/index.md
new file: site/content/en/lighthouse-seo/font-size/font-size.png
new file: site/content/en/lighthouse-seo/font-size/index.md
new file: site/content/en/lighthouse-seo/hreflang/hreflang.png
new file: site/content/en/lighthouse-seo/hreflang/index.md
new file: site/content/en/lighthouse-seo/http-status-code/http-status-code.png
new file: site/content/en/lighthouse-seo/http-status-code/index.md
new file: site/content/en/lighthouse-seo/index.njk
new file: site/content/en/lighthouse-seo/is-crawable/headers.svg
new file: site/content/en/lighthouse-seo/is-crawable/index.md
new file: site/content/en/lighthouse-seo/is-crawable/is-crawable.png
new file: site/content/en/lighthouse-seo/lighthouse-seo.11tydata.js
new file: site/content/en/lighthouse-seo/link-text/index.md
new file: site/content/en/lighthouse-seo/link-text/link-text.png
new file: site/content/en/lighthouse-seo/meta-description/index.md
new file: site/content/en/lighthouse-seo/meta-description/meta-description.png
new file: site/content/en/lighthouse-seo/plugins/index.md
new file: site/content/en/lighthouse-seo/plugins/plugins.png
new file: site/content/en/lighthouse-seo/robots-txt/index.md
new file: site/content/en/lighthouse-seo/robots-txt/robots-txt.png
new file: site/content/en/lighthouse-seo/structured-data/index.md
new file: site/content/en/lighthouse-seo/tap-targets/index.md
new file: site/content/en/lighthouse-seo/tap-targets/tap-targets.png
new file: site/content/en/lighthouse-seo/tap-targets/touch-target.jpg
modified: site/content/en/react/accessibility-auditing-react/index.md
modified: site/content/en/react/add-manifest-react/index.md
modified: site/content/en/react/code-splitting-suspense/index.md
modified: site/content/en/react/get-started-optimize-react/index.md
modified: site/content/en/react/precache-with-workbox-react/index.md
modified: site/content/en/react/prerender-with-react-snap/index.md
modified: site/content/en/react/virtualize-long-lists-react-window/index.md
modified: site/content/en/reliable/codelab-explore-network-panel/index.md
modified: site/content/en/reliable/codelab-http-cache/codelab-http-cache.md
modified: site/content/en/reliable/codelab-service-workers/index.md
modified: site/content/en/reliable/http-cache/index.md
modified: site/content/en/reliable/identify-resources-via-network-panel/index.md
modified: site/content/en/reliable/network-connections-unreliable/index.md
modified: site/content/en/reliable/precache-with-workbox/index.md
modified: site/content/en/reliable/runtime-caching-with-workbox/index.md
modified: site/content/en/reliable/service-workers-cache-storage/index.md
modified: site/content/en/reliable/workbox/index.md
renamed: site/content/sandbox/actions/index.njk -> site/content/en/sandbox/actions/index.njk
renamed: site/content/sandbox/article-header/houssein.jpg -> site/content/en/sandbox/article-header/houssein.jpg
renamed: site/content/sandbox/article-header/index.njk -> site/content/en/sandbox/article-header/index.njk
renamed: site/content/sandbox/article-navigation/index.njk -> site/content/en/sandbox/article-navigation/index.njk
renamed: site/content/sandbox/asides/index.njk -> site/content/en/sandbox/asides/index.njk
renamed: site/content/sandbox/author/houssein.jpg -> site/content/en/sandbox/author/houssein.jpg
renamed: site/content/sandbox/author/index.njk -> site/content/en/sandbox/author/index.njk
renamed: site/content/sandbox/blockquote/index.njk -> site/content/en/sandbox/blockquote/index.njk
renamed: site/content/sandbox/breadcrumbs/index.njk -> site/content/en/sandbox/breadcrumbs/index.njk
renamed: site/content/sandbox/buttons/index.njk -> site/content/en/sandbox/buttons/index.njk
renamed: site/content/sandbox/card/index.njk -> site/content/en/sandbox/card/index.njk
renamed: site/content/sandbox/chips/index.njk -> site/content/en/sandbox/chips/index.njk
renamed: site/content/sandbox/code/index.md -> site/content/en/sandbox/code/index.md
renamed: site/content/sandbox/codelabs-callout/index.njk -> site/content/en/sandbox/codelabs-callout/index.njk
new file: site/content/en/sandbox/compare/index.md
renamed: site/content/sandbox/cross-links/index.njk -> site/content/en/sandbox/cross-links/index.njk
renamed: site/content/sandbox/details/index.njk -> site/content/en/sandbox/details/index.njk
renamed: site/content/sandbox/grid/index.njk -> site/content/en/sandbox/grid/index.njk
renamed: site/content/sandbox/images/index.njk -> site/content/en/sandbox/images/index.njk
renamed: site/content/sandbox/images/a.jpg -> site/content/en/sandbox/images/sandbox/a.jpg
renamed: site/content/sandbox/images/hero.jpg -> site/content/en/sandbox/images/sandbox/hero.jpg
renamed: site/content/sandbox/images/image-inline.png -> site/content/en/sandbox/images/sandbox/image-inline.png
renamed: site/content/sandbox/images/image-screenshot.png -> site/content/en/sandbox/images/sandbox/image-screenshot.png
renamed: site/content/sandbox/images/image-small.png -> site/content/en/sandbox/images/sandbox/image-small.png
renamed: site/content/sandbox/images/img1.png -> site/content/en/sandbox/images/sandbox/img1.png
renamed: site/content/sandbox/images/img2.png -> site/content/en/sandbox/images/sandbox/img2.png
new file: site/content/en/sandbox/index.md
renamed: site/content/sandbox/lists/index.njk -> site/content/en/sandbox/lists/index.njk
renamed: site/content/sandbox/lists/image-screenshot.png -> site/content/en/sandbox/lists/sandbox/image-screenshot.png
renamed: site/content/sandbox/numbered-header/index.njk -> site/content/en/sandbox/numbered-header/index.njk
renamed: site/content/sandbox/page-header/index.njk -> site/content/en/sandbox/page-header/index.njk
renamed: site/content/sandbox/path-card/index.njk -> site/content/en/sandbox/path-card/index.njk
renamed: site/content/sandbox/path-card/path-card.11tydata.js -> site/content/en/sandbox/path-card/path-card.11tydata.js
renamed: site/content/sandbox/post-card/index.njk -> site/content/en/sandbox/post-card/index.njk
renamed: site/content/sandbox/stats/index.njk -> site/content/en/sandbox/stats/index.njk
renamed: site/content/sandbox/tables/index.njk -> site/content/en/sandbox/tables/index.njk
renamed: site/content/sandbox/typography/index.njk -> site/content/en/sandbox/typography/index.njk
modified: site/content/en/secure/browser-sandbox/index.md
modified: site/content/en/secure/codelab-same-origin-fetch/codelab-same-origin-fetch.md
modified: site/content/en/secure/codelab-same-origin-iframe/codelab-same-origin-iframe.md
modified: site/content/en/secure/cross-origin-resource-sharing/index.md
modified: site/content/en/secure/same-origin-policy/index.md
modified: site/content/en/secure/security-attacks/index.md
modified: site/content/en/secure/security-not-scary/index.md
deleted: site/content/sandbox/compare/index.md
deleted: site/content/sandbox/index.njk
Unmerged paths:
(use "git add/rm <file>..." as appropriate to mark resolution)
both added: site/_drafts/_template-post/index.md
both deleted: site/_drafts/blog/fourth-post/index.md
both deleted: site/_drafts/blog/test-post/a.jpg
both deleted: site/_drafts/blog/test-post/image-inline.png
both deleted: site/_drafts/blog/test-post/image-screenshot.png
both deleted: site/_drafts/blog/test-post/image-small.png
both deleted: site/_drafts/blog/test-post/img1.png
both deleted: site/_drafts/blog/test-post/img2.png
added by us: site/content/en/blog/another-post/hero.jpg
added by us: site/content/en/blog/another-post/index.md
added by us: site/content/en/blog/fourth-post/a.jpg
added by us: site/content/en/blog/fourth-post/hero.jpg
added by us: site/content/en/blog/fourth-post/image-inline.png
added by us: site/content/en/blog/fourth-post/image-screenshot.png
added by us: site/content/en/blog/fourth-post/image-small.png
added by us: site/content/en/blog/fourth-post/img1.png
added by us: site/content/en/blog/fourth-post/img2.png
added by us: site/content/en/blog/fourth-post/index.md
both added: site/content/en/blog/test-post/a.jpg
both added: site/content/en/blog/test-post/image-inline.png
both added: site/content/en/blog/test-post/image-screenshot.png
both added: site/content/en/blog/test-post/image-small.png
both added: site/content/en/blog/test-post/img1.png
both added: site/content/en/blog/test-post/img2.png
added by us: site/content/en/blog/yet-another-post/hero.jpg
added by us: site/content/en/blog/yet-another-post/index.md
Untracked files:
(use "git add <file>..." to include in what will be committed)
site/_drafts/_template-post/index.md~755155e27d22967a636b48d8befa902c2ed551f8
site/_drafts/_template-post/index.md~755155e27d22967a636b48d8befa902c2ed551f8_0
site/_drafts/_template-post/index.md~HEAD
site/_drafts/_template-post/index.md~HEAD_0
site/content/en/blog/test-post/a.jpg~755155e27d22967a636b48d8befa902c2ed551f8
site/content/en/blog/test-post/a.jpg~755155e27d22967a636b48d8befa902c2ed551f8_0
site/content/en/blog/test-post/a.jpg~HEAD
site/content/en/blog/test-post/a.jpg~HEAD_0
site/content/en/blog/test-post/image-inline.png~755155e27d22967a636b48d8befa902c2ed551f8
site/content/en/blog/test-post/image-inline.png~755155e27d22967a636b48d8befa902c2ed551f8_0
site/content/en/blog/test-post/image-inline.png~HEAD
site/content/en/blog/test-post/image-inline.png~HEAD_0
site/content/en/blog/test-post/image-screenshot.png~755155e27d22967a636b48d8befa902c2ed551f8
site/content/en/blog/test-post/image-screenshot.png~755155e27d22967a636b48d8befa902c2ed551f8_0
site/content/en/blog/test-post/image-screenshot.png~HEAD
site/content/en/blog/test-post/image-screenshot.png~HEAD_0
site/content/en/blog/test-post/image-small.png~755155e27d22967a636b48d8befa902c2ed551f8
site/content/en/blog/test-post/image-small.png~755155e27d22967a636b48d8befa902c2ed551f8_0
site/content/en/blog/test-post/image-small.png~HEAD
site/content/en/blog/test-post/image-small.png~HEAD_0
site/content/en/blog/test-post/img1.png~755155e27d22967a636b48d8befa902c2ed551f8
site/content/en/blog/test-post/img1.png~755155e27d22967a636b48d8befa902c2ed551f8_0
site/content/en/blog/test-post/img1.png~HEAD
site/content/en/blog/test-post/img1.png~HEAD_0
site/content/en/blog/test-post/img2.png~755155e27d22967a636b48d8befa902c2ed551f8
site/content/en/blog/test-post/img2.png~755155e27d22967a636b48d8befa902c2ed551f8_0
site/content/en/blog/test-post/img2.png~HEAD
site/content/en/blog/test-post/img2.png~HEAD_0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment