diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile old mode 100755 new mode 100644 diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json old mode 100755 new mode 100644 diff --git a/.editorconfig b/.editorconfig old mode 100755 new mode 100644 diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/.markdownlint.json b/.markdownlint.json old mode 100755 new mode 100644 diff --git a/.prettierrc b/.prettierrc old mode 100755 new mode 100644 diff --git a/assets/js/main.js b/assets/js/main.js old mode 100755 new mode 100644 diff --git a/assets/scss/base.scss b/assets/scss/base.scss old mode 100755 new mode 100644 diff --git a/assets/scss/buttons.scss b/assets/scss/buttons.scss old mode 100755 new mode 100644 diff --git a/assets/scss/components.scss b/assets/scss/components.scss old mode 100755 new mode 100644 diff --git a/assets/scss/main.scss b/assets/scss/main.scss old mode 100755 new mode 100644 diff --git a/assets/scss/navigation.scss b/assets/scss/navigation.scss old mode 100755 new mode 100644 diff --git a/assets/scss/utilities.scss b/assets/scss/utilities.scss old mode 100755 new mode 100644 diff --git a/exampleSite/assets/images/avatar.png b/exampleSite/assets/images/avatar.png old mode 100755 new mode 100644 diff --git a/exampleSite/assets/images/call-to-action.png b/exampleSite/assets/images/call-to-action.png old mode 100755 new mode 100644 diff --git a/exampleSite/assets/images/image-placeholder.png b/exampleSite/assets/images/image-placeholder.png old mode 100755 new mode 100644 diff --git a/exampleSite/assets/images/no-search-found.png b/exampleSite/assets/images/no-search-found.png old mode 100755 new mode 100644 diff --git a/exampleSite/assets/images/service-1.png b/exampleSite/assets/images/service-1.png old mode 100755 new mode 100644 diff --git a/exampleSite/assets/images/service-2.png b/exampleSite/assets/images/service-2.png old mode 100755 new mode 100644 diff --git a/exampleSite/assets/images/service-3.png b/exampleSite/assets/images/service-3.png old mode 100755 new mode 100644 diff --git a/exampleSite/assets/scss/custom.scss b/exampleSite/assets/scss/custom.scss old mode 100755 new mode 100644 diff --git a/exampleSite/config/_default/languages.toml b/exampleSite/config/_default/languages.toml old mode 100755 new mode 100644 diff --git a/exampleSite/config/_default/menus.en.toml b/exampleSite/config/_default/menus.en.toml old mode 100755 new mode 100644 diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml old mode 100755 new mode 100644 diff --git a/exampleSite/content/english/_index.md b/exampleSite/content/english/_index.md old mode 100755 new mode 100644 diff --git a/exampleSite/content/english/blog/_index.md b/exampleSite/content/english/blog/_index.md old mode 100755 new mode 100644 diff --git a/exampleSite/content/english/blog/post-1.md b/exampleSite/content/english/blog/post-1.md old mode 100755 new mode 100644 diff --git a/exampleSite/content/english/blog/post-2.md b/exampleSite/content/english/blog/post-2.md old mode 100755 new mode 100644 diff --git a/exampleSite/content/english/blog/post-3.md b/exampleSite/content/english/blog/post-3.md old mode 100755 new mode 100644 diff --git a/exampleSite/content/english/blog/post-4.md b/exampleSite/content/english/blog/post-4.md old mode 100755 new mode 100644 diff --git a/exampleSite/content/english/pages/elements.md b/exampleSite/content/english/pages/elements.md old mode 100755 new mode 100644 diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml old mode 100755 new mode 100644 diff --git a/exampleSite/i18n/en.yaml b/exampleSite/i18n/en.yaml old mode 100755 new mode 100644 diff --git a/exampleSite/tailwind.config.js b/exampleSite/tailwind.config.js old mode 100755 new mode 100644 diff --git a/layouts/404.en.html b/layouts/404.en.html old mode 100755 new mode 100644 diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html old mode 100755 new mode 100644 diff --git a/layouts/_default/list.html b/layouts/_default/list.html old mode 100755 new mode 100644 diff --git a/layouts/_default/single.html b/layouts/_default/single.html old mode 100755 new mode 100644 diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html old mode 100755 new mode 100644 diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html old mode 100755 new mode 100644 diff --git a/layouts/authors/single.html b/layouts/authors/single.html old mode 100755 new mode 100644 diff --git a/layouts/contact/list.html b/layouts/contact/list.html old mode 100755 new mode 100644 diff --git a/layouts/index.html b/layouts/index.html old mode 100755 new mode 100644 diff --git a/layouts/partials/components/author-card.html b/layouts/partials/components/author-card.html old mode 100755 new mode 100644 diff --git a/layouts/partials/components/pagination.html b/layouts/partials/components/pagination.html old mode 100755 new mode 100644 diff --git a/layouts/partials/essentials/footer.html b/layouts/partials/essentials/footer.html old mode 100755 new mode 100644 diff --git a/layouts/partials/essentials/head.html b/layouts/partials/essentials/head.html old mode 100755 new mode 100644 diff --git a/layouts/partials/essentials/header.html b/layouts/partials/essentials/header.html old mode 100755 new mode 100644 diff --git a/layouts/partials/essentials/script.html b/layouts/partials/essentials/script.html old mode 100755 new mode 100644 diff --git a/layouts/partials/essentials/style.html b/layouts/partials/essentials/style.html old mode 100755 new mode 100644 diff --git a/layouts/partials/page-header.html b/layouts/partials/page-header.html old mode 100755 new mode 100644 diff --git a/layouts/partials/widgets/categories.html b/layouts/partials/widgets/categories.html old mode 100755 new mode 100644 diff --git a/layouts/partials/widgets/tags.html b/layouts/partials/widgets/tags.html old mode 100755 new mode 100644 diff --git a/layouts/partials/widgets/widget-wrapper.html b/layouts/partials/widgets/widget-wrapper.html old mode 100755 new mode 100644 diff --git a/netlify.toml b/netlify.toml old mode 100755 new mode 100644 diff --git a/readme.md b/readme.md old mode 100755 new mode 100644 diff --git a/vercel.json b/vercel.json old mode 100755 new mode 100644