diff --git a/.gitignore b/.gitignore index 5749c463..d5ff750c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ _site/ .jekyll-cache Gemfile.lock .DS_Store +deps/ +vendor/ diff --git a/.tool-versions b/.tool-versions index 01290938..6e03b218 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 2.6.9 +ruby 4.0.1 diff --git a/_config.yml b/_config.yml index d4a444ac..1bdd68a2 100644 --- a/_config.yml +++ b/_config.yml @@ -28,6 +28,17 @@ social: # Build settings markdown: kramdown permalink: pretty +exclude: + - deps/ + - node_modules/ + - .git/ + - .github/ + - Gemfile + - Gemfile.lock + - README.md + - Makefile + - bin/ + - vendor/ collections: participants: diff --git a/_includes/gallery-grid.html b/_includes/gallery-grid.html index d88567c3..a5c2422b 100644 --- a/_includes/gallery-grid.html +++ b/_includes/gallery-grid.html @@ -3,11 +3,19 @@

{{ site.data.settings.homepage_settings.gallery.title }}


{% endif %} - + + + \ No newline at end of file diff --git a/_includes/imports/head.html b/_includes/imports/head.html index 7416beb3..9496e613 100644 --- a/_includes/imports/head.html +++ b/_includes/imports/head.html @@ -42,10 +42,6 @@ })(window, document, "script", "dataLayer", "GTM-KRSPKJ3"); -{% if site.data.settings.homepage_settings.testimonials.show %} - - -{% endif %} @@ -63,33 +59,8 @@ - - - - - diff --git a/_includes/imports/js.html b/_includes/imports/js.html index 02368785..f6cc3bee 100644 --- a/_includes/imports/js.html +++ b/_includes/imports/js.html @@ -1,29 +1,3 @@ - - - - - - - - - - - - - - - - - - - - -{% if site.smooth-scroll %} - -{% endif %} -{% if site.data.settings.homepage_settings.gallery.show %} - -{% endif %}