├── .editorconfig ├── .gitignore ├── LICENSE ├── README.md ├── composer.json ├── d8up.sh └── screens ├── entity-browser-module-access.png ├── google-search-console-url-errors.png ├── informatec pre html optim.png ├── leverage-browser-caching.png ├── li-hreflang-attribute.png ├── module-simple-sitemap-settings.png ├── pathauto-module-settings.png ├── rabbit-hole-module-author-access.png ├── redirect-module-config.png ├── set-language-prefix.png ├── tag-assistant-false-positive.png └── too-much-header-information.png /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/composer.json -------------------------------------------------------------------------------- /d8up.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/d8up.sh -------------------------------------------------------------------------------- /screens/entity-browser-module-access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/screens/entity-browser-module-access.png -------------------------------------------------------------------------------- /screens/google-search-console-url-errors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/screens/google-search-console-url-errors.png -------------------------------------------------------------------------------- /screens/informatec pre html optim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/screens/informatec pre html optim.png -------------------------------------------------------------------------------- /screens/leverage-browser-caching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/screens/leverage-browser-caching.png -------------------------------------------------------------------------------- /screens/li-hreflang-attribute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/screens/li-hreflang-attribute.png -------------------------------------------------------------------------------- /screens/module-simple-sitemap-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/screens/module-simple-sitemap-settings.png -------------------------------------------------------------------------------- /screens/pathauto-module-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/screens/pathauto-module-settings.png -------------------------------------------------------------------------------- /screens/rabbit-hole-module-author-access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/screens/rabbit-hole-module-author-access.png -------------------------------------------------------------------------------- /screens/redirect-module-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/screens/redirect-module-config.png -------------------------------------------------------------------------------- /screens/set-language-prefix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/screens/set-language-prefix.png -------------------------------------------------------------------------------- /screens/tag-assistant-false-positive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/screens/tag-assistant-false-positive.png -------------------------------------------------------------------------------- /screens/too-much-header-information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wearewondrous/drupal-8-best-practices/HEAD/screens/too-much-header-information.png --------------------------------------------------------------------------------