From bf86fb76c08eba2632fd7158c5445c089ddfd2c9 Mon Sep 17 00:00:00 2001 From: Vinoth Date: Fri, 10 Feb 2023 17:36:17 -0800 Subject: [PATCH 1/4] -Fixed Google analytics - added parameter for promotion --- layouts/partials/head.html | 31 ++++++++++--------------------- layouts/partials/sidebar.html | 12 +++++++----- 2 files changed, 17 insertions(+), 26 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index da655a85..cb5d64e7 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -6,10 +6,6 @@ {{ with .Site.Params.author }}{{ end }} - - - - {{ hugo.Generator }} {{ "" | safeHTML }} @@ -25,21 +21,14 @@ - {{ "" | safeHTML }} - +{{ "" | safeHTML }} + + + + \ No newline at end of file diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 5963cf71..0897c183 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -20,7 +20,7 @@

Category

@@ -35,7 +35,7 @@

Tag

{{- end }} @@ -51,8 +51,10 @@

Social

-
- -
+ {{ if .Site.Params.promotion.enable}} +
+ +
+ {{end}} From e4a325dd88ac78cbcfcc7f8249a00cb17339686c Mon Sep 17 00:00:00 2001 From: Vinoth Date: Fri, 10 Feb 2023 18:31:31 -0800 Subject: [PATCH 2/4] Added Google analytics section after the head --- layouts/partials/head.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index cb5d64e7..9d38235b 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -21,14 +21,17 @@ + + + {{ "" | safeHTML }} - - + + gtag('config', '{{ .Site.Params.googleAnalitycsID }}'); + - \ No newline at end of file + \ No newline at end of file From 6d6f7a3961279c384a43127012fd48ca5153ffe2 Mon Sep 17 00:00:00 2001 From: Vinoth Date: Sat, 11 Feb 2023 07:07:30 -0800 Subject: [PATCH 3/4] Included tag in the right place --- layouts/partials/head.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 9d38235b..7c93744b 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -21,10 +21,7 @@ - - - -{{ "" | safeHTML }} + {{ "" | safeHTML }} + + + - \ No newline at end of file From 792610d0e76c76245be0a42621698c77aaa3a237 Mon Sep 17 00:00:00 2001 From: Vinoth D <11507765+dvinothkumar@users.noreply.github.com> Date: Sat, 7 Dec 2024 20:26:45 -0800 Subject: [PATCH 4/4] Update submodule files --- LICENSE | 0 README.md | 0 archetypes/default.md | 0 assets/js/script.js | 0 assets/scss/_buttons.scss | 0 assets/scss/_common.scss | 0 assets/scss/_mixins.scss | 0 assets/scss/_typography.scss | 0 assets/scss/_variables.scss | 0 assets/scss/style.scss | 0 assets/scss/templates/_main.scss | 0 assets/scss/templates/_navigation.scss | 0 exampleSite/.hugo_build.lock | 0 exampleSite/config.toml | 0 exampleSite/content/about/_index.md | 0 exampleSite/content/blog/_index.md | 0 exampleSite/content/blog/post-1.md | 0 exampleSite/content/blog/post-10.md | 0 exampleSite/content/blog/post-11.md | 0 exampleSite/content/blog/post-12.md | 0 exampleSite/content/blog/post-13.md | 0 exampleSite/content/blog/post-2.md | 0 exampleSite/content/blog/post-3.md | 0 exampleSite/content/blog/post-4.md | 0 exampleSite/content/blog/post-5.md | 0 exampleSite/content/blog/post-6.md | 0 exampleSite/content/blog/post-7.md | 0 exampleSite/content/blog/post-8.md | 0 exampleSite/content/blog/post-9.md | 0 exampleSite/content/contact/_index.md | 0 exampleSite/content/search/_index.md | 0 exampleSite/data/gallery.yml | 0 exampleSite/netlify.toml | 0 ...le.scss_b95b077eb505d5c0aff8055eaced30ad.content | 0 ...style.scss_b95b077eb505d5c0aff8055eaced30ad.json | 0 ...le.scss_b95b077eb505d5c0aff8055eaced30ad.content | 0 ...style.scss_b95b077eb505d5c0aff8055eaced30ad.json | 0 ...le.scss_b95b077eb505d5c0aff8055eaced30ad.content | 0 ...style.scss_b95b077eb505d5c0aff8055eaced30ad.json | 0 exampleSite/static/images/author.jpg | Bin exampleSite/static/images/favicon.png | Bin exampleSite/static/images/featured-post/post-1.jpg | Bin exampleSite/static/images/featured-post/post-2.jpg | Bin exampleSite/static/images/featured-post/post-3.jpg | Bin exampleSite/static/images/gallery/1.jpg | Bin exampleSite/static/images/gallery/10.jpg | Bin exampleSite/static/images/gallery/11.jpg | Bin exampleSite/static/images/gallery/12.jpg | Bin exampleSite/static/images/gallery/2.jpg | Bin exampleSite/static/images/gallery/3.jpg | Bin exampleSite/static/images/gallery/4.jpg | Bin exampleSite/static/images/gallery/5.jpg | Bin exampleSite/static/images/gallery/6.jpg | Bin exampleSite/static/images/gallery/7.jpg | Bin exampleSite/static/images/gallery/8.jpg | Bin exampleSite/static/images/gallery/9.jpg | Bin exampleSite/static/images/logo.png | Bin exampleSite/static/images/post/post-1.jpg | Bin exampleSite/static/images/post/post-2.jpg | Bin exampleSite/static/images/post/post-3.jpg | Bin exampleSite/static/images/post/post-4.jpg | Bin exampleSite/static/images/post/post-5.jpg | Bin exampleSite/static/images/post/post-6.jpg | Bin exampleSite/static/images/promotion.png | Bin images/screenshot.png | Bin images/tn.png | Bin layouts/404.html | 0 layouts/_default/baseof.html | 0 layouts/_default/index.json | 0 layouts/_default/list.html | 0 layouts/_default/post.html | 0 layouts/_default/single.html | 0 layouts/about/list.html | 0 layouts/contact/list.html | 0 layouts/index.html | 0 layouts/partials/footer.html | 0 layouts/partials/head.html | 0 layouts/partials/header.html | 0 layouts/partials/preloader.html | 0 layouts/partials/sidebar.html | 0 layouts/search/list.html | 0 netlify.toml | 0 static/.htaccess | 0 static/plugins/bootstrap/bootstrap.min.css | 0 static/plugins/bootstrap/bootstrap.min.js | 0 static/plugins/jQuery/jquery.min.js | 0 static/plugins/search/fuse.min.js | 0 static/plugins/search/mark.js | 0 static/plugins/search/search.js | 0 static/plugins/slick/ajax-loader.gif | Bin static/plugins/slick/fonts/slick.eot | Bin static/plugins/slick/fonts/slick.svg | 0 static/plugins/slick/fonts/slick.ttf | Bin static/plugins/slick/fonts/slick.woff | Bin static/plugins/slick/slick.css | 0 static/plugins/slick/slick.min.js | 0 static/plugins/themify-icons/fonts/themify.eot | Bin static/plugins/themify-icons/fonts/themify.svg | 0 static/plugins/themify-icons/fonts/themify.ttf | Bin static/plugins/themify-icons/fonts/themify.woff | Bin static/plugins/themify-icons/themify-icons.css | 0 static/plugins/venobox/venobox.css | 0 static/plugins/venobox/venobox.min.js | 0 theme.toml | 0 104 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md mode change 100644 => 100755 archetypes/default.md mode change 100644 => 100755 assets/js/script.js mode change 100644 => 100755 assets/scss/_buttons.scss mode change 100644 => 100755 assets/scss/_common.scss mode change 100644 => 100755 assets/scss/_mixins.scss mode change 100644 => 100755 assets/scss/_typography.scss mode change 100644 => 100755 assets/scss/_variables.scss mode change 100644 => 100755 assets/scss/style.scss mode change 100644 => 100755 assets/scss/templates/_main.scss mode change 100644 => 100755 assets/scss/templates/_navigation.scss mode change 100644 => 100755 exampleSite/.hugo_build.lock mode change 100644 => 100755 exampleSite/config.toml mode change 100644 => 100755 exampleSite/content/about/_index.md mode change 100644 => 100755 exampleSite/content/blog/_index.md mode change 100644 => 100755 exampleSite/content/blog/post-1.md mode change 100644 => 100755 exampleSite/content/blog/post-10.md mode change 100644 => 100755 exampleSite/content/blog/post-11.md mode change 100644 => 100755 exampleSite/content/blog/post-12.md mode change 100644 => 100755 exampleSite/content/blog/post-13.md mode change 100644 => 100755 exampleSite/content/blog/post-2.md mode change 100644 => 100755 exampleSite/content/blog/post-3.md mode change 100644 => 100755 exampleSite/content/blog/post-4.md mode change 100644 => 100755 exampleSite/content/blog/post-5.md mode change 100644 => 100755 exampleSite/content/blog/post-6.md mode change 100644 => 100755 exampleSite/content/blog/post-7.md mode change 100644 => 100755 exampleSite/content/blog/post-8.md mode change 100644 => 100755 exampleSite/content/blog/post-9.md mode change 100644 => 100755 exampleSite/content/contact/_index.md mode change 100644 => 100755 exampleSite/content/search/_index.md mode change 100644 => 100755 exampleSite/data/gallery.yml mode change 100644 => 100755 exampleSite/netlify.toml mode change 100644 => 100755 exampleSite/resources/_gen/assets/scss/liva/examplesite/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.content mode change 100644 => 100755 exampleSite/resources/_gen/assets/scss/liva/examplesite/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.json mode change 100644 => 100755 exampleSite/resources/_gen/assets/scss/liva/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.content mode change 100644 => 100755 exampleSite/resources/_gen/assets/scss/liva/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.json mode change 100644 => 100755 exampleSite/resources/_gen/assets/scss/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.content mode change 100644 => 100755 exampleSite/resources/_gen/assets/scss/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.json mode change 100644 => 100755 exampleSite/static/images/author.jpg mode change 100644 => 100755 exampleSite/static/images/favicon.png mode change 100644 => 100755 exampleSite/static/images/featured-post/post-1.jpg mode change 100644 => 100755 exampleSite/static/images/featured-post/post-2.jpg mode change 100644 => 100755 exampleSite/static/images/featured-post/post-3.jpg mode change 100644 => 100755 exampleSite/static/images/gallery/1.jpg mode change 100644 => 100755 exampleSite/static/images/gallery/10.jpg mode change 100644 => 100755 exampleSite/static/images/gallery/11.jpg mode change 100644 => 100755 exampleSite/static/images/gallery/12.jpg mode change 100644 => 100755 exampleSite/static/images/gallery/2.jpg mode change 100644 => 100755 exampleSite/static/images/gallery/3.jpg mode change 100644 => 100755 exampleSite/static/images/gallery/4.jpg mode change 100644 => 100755 exampleSite/static/images/gallery/5.jpg mode change 100644 => 100755 exampleSite/static/images/gallery/6.jpg mode change 100644 => 100755 exampleSite/static/images/gallery/7.jpg mode change 100644 => 100755 exampleSite/static/images/gallery/8.jpg mode change 100644 => 100755 exampleSite/static/images/gallery/9.jpg mode change 100644 => 100755 exampleSite/static/images/logo.png mode change 100644 => 100755 exampleSite/static/images/post/post-1.jpg mode change 100644 => 100755 exampleSite/static/images/post/post-2.jpg mode change 100644 => 100755 exampleSite/static/images/post/post-3.jpg mode change 100644 => 100755 exampleSite/static/images/post/post-4.jpg mode change 100644 => 100755 exampleSite/static/images/post/post-5.jpg mode change 100644 => 100755 exampleSite/static/images/post/post-6.jpg mode change 100644 => 100755 exampleSite/static/images/promotion.png mode change 100644 => 100755 images/screenshot.png mode change 100644 => 100755 images/tn.png mode change 100644 => 100755 layouts/404.html mode change 100644 => 100755 layouts/_default/baseof.html mode change 100644 => 100755 layouts/_default/index.json mode change 100644 => 100755 layouts/_default/list.html mode change 100644 => 100755 layouts/_default/post.html mode change 100644 => 100755 layouts/_default/single.html mode change 100644 => 100755 layouts/about/list.html mode change 100644 => 100755 layouts/contact/list.html mode change 100644 => 100755 layouts/index.html mode change 100644 => 100755 layouts/partials/footer.html mode change 100644 => 100755 layouts/partials/head.html mode change 100644 => 100755 layouts/partials/header.html mode change 100644 => 100755 layouts/partials/preloader.html mode change 100644 => 100755 layouts/partials/sidebar.html mode change 100644 => 100755 layouts/search/list.html mode change 100644 => 100755 netlify.toml mode change 100644 => 100755 static/.htaccess mode change 100644 => 100755 static/plugins/bootstrap/bootstrap.min.css mode change 100644 => 100755 static/plugins/bootstrap/bootstrap.min.js mode change 100644 => 100755 static/plugins/jQuery/jquery.min.js mode change 100644 => 100755 static/plugins/search/fuse.min.js mode change 100644 => 100755 static/plugins/search/mark.js mode change 100644 => 100755 static/plugins/search/search.js mode change 100644 => 100755 static/plugins/slick/ajax-loader.gif mode change 100644 => 100755 static/plugins/slick/fonts/slick.eot mode change 100644 => 100755 static/plugins/slick/fonts/slick.svg mode change 100644 => 100755 static/plugins/slick/fonts/slick.ttf mode change 100644 => 100755 static/plugins/slick/fonts/slick.woff mode change 100644 => 100755 static/plugins/slick/slick.css mode change 100644 => 100755 static/plugins/slick/slick.min.js mode change 100644 => 100755 static/plugins/themify-icons/fonts/themify.eot mode change 100644 => 100755 static/plugins/themify-icons/fonts/themify.svg mode change 100644 => 100755 static/plugins/themify-icons/fonts/themify.ttf mode change 100644 => 100755 static/plugins/themify-icons/fonts/themify.woff mode change 100644 => 100755 static/plugins/themify-icons/themify-icons.css mode change 100644 => 100755 static/plugins/venobox/venobox.css mode change 100644 => 100755 static/plugins/venobox/venobox.min.js mode change 100644 => 100755 theme.toml diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/archetypes/default.md b/archetypes/default.md old mode 100644 new mode 100755 diff --git a/assets/js/script.js b/assets/js/script.js old mode 100644 new mode 100755 diff --git a/assets/scss/_buttons.scss b/assets/scss/_buttons.scss old mode 100644 new mode 100755 diff --git a/assets/scss/_common.scss b/assets/scss/_common.scss old mode 100644 new mode 100755 diff --git a/assets/scss/_mixins.scss b/assets/scss/_mixins.scss old mode 100644 new mode 100755 diff --git a/assets/scss/_typography.scss b/assets/scss/_typography.scss old mode 100644 new mode 100755 diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss old mode 100644 new mode 100755 diff --git a/assets/scss/style.scss b/assets/scss/style.scss old mode 100644 new mode 100755 diff --git a/assets/scss/templates/_main.scss b/assets/scss/templates/_main.scss old mode 100644 new mode 100755 diff --git a/assets/scss/templates/_navigation.scss b/assets/scss/templates/_navigation.scss old mode 100644 new mode 100755 diff --git a/exampleSite/.hugo_build.lock b/exampleSite/.hugo_build.lock old mode 100644 new mode 100755 diff --git a/exampleSite/config.toml b/exampleSite/config.toml old mode 100644 new mode 100755 diff --git a/exampleSite/content/about/_index.md b/exampleSite/content/about/_index.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/blog/_index.md b/exampleSite/content/blog/_index.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/blog/post-1.md b/exampleSite/content/blog/post-1.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/blog/post-10.md b/exampleSite/content/blog/post-10.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/blog/post-11.md b/exampleSite/content/blog/post-11.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/blog/post-12.md b/exampleSite/content/blog/post-12.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/blog/post-13.md b/exampleSite/content/blog/post-13.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/blog/post-2.md b/exampleSite/content/blog/post-2.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/blog/post-3.md b/exampleSite/content/blog/post-3.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/blog/post-4.md b/exampleSite/content/blog/post-4.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/blog/post-5.md b/exampleSite/content/blog/post-5.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/blog/post-6.md b/exampleSite/content/blog/post-6.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/blog/post-7.md b/exampleSite/content/blog/post-7.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/blog/post-8.md b/exampleSite/content/blog/post-8.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/blog/post-9.md b/exampleSite/content/blog/post-9.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/contact/_index.md b/exampleSite/content/contact/_index.md old mode 100644 new mode 100755 diff --git a/exampleSite/content/search/_index.md b/exampleSite/content/search/_index.md old mode 100644 new mode 100755 diff --git a/exampleSite/data/gallery.yml b/exampleSite/data/gallery.yml old mode 100644 new mode 100755 diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml old mode 100644 new mode 100755 diff --git a/exampleSite/resources/_gen/assets/scss/liva/examplesite/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.content b/exampleSite/resources/_gen/assets/scss/liva/examplesite/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.content old mode 100644 new mode 100755 diff --git a/exampleSite/resources/_gen/assets/scss/liva/examplesite/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.json b/exampleSite/resources/_gen/assets/scss/liva/examplesite/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.json old mode 100644 new mode 100755 diff --git a/exampleSite/resources/_gen/assets/scss/liva/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.content b/exampleSite/resources/_gen/assets/scss/liva/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.content old mode 100644 new mode 100755 diff --git a/exampleSite/resources/_gen/assets/scss/liva/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.json b/exampleSite/resources/_gen/assets/scss/liva/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.json old mode 100644 new mode 100755 diff --git a/exampleSite/resources/_gen/assets/scss/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.content b/exampleSite/resources/_gen/assets/scss/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.content old mode 100644 new mode 100755 diff --git a/exampleSite/resources/_gen/assets/scss/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.json b/exampleSite/resources/_gen/assets/scss/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.json old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/author.jpg b/exampleSite/static/images/author.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/favicon.png b/exampleSite/static/images/favicon.png old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/featured-post/post-1.jpg b/exampleSite/static/images/featured-post/post-1.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/featured-post/post-2.jpg b/exampleSite/static/images/featured-post/post-2.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/featured-post/post-3.jpg b/exampleSite/static/images/featured-post/post-3.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/gallery/1.jpg b/exampleSite/static/images/gallery/1.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/gallery/10.jpg b/exampleSite/static/images/gallery/10.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/gallery/11.jpg b/exampleSite/static/images/gallery/11.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/gallery/12.jpg b/exampleSite/static/images/gallery/12.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/gallery/2.jpg b/exampleSite/static/images/gallery/2.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/gallery/3.jpg b/exampleSite/static/images/gallery/3.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/gallery/4.jpg b/exampleSite/static/images/gallery/4.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/gallery/5.jpg b/exampleSite/static/images/gallery/5.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/gallery/6.jpg b/exampleSite/static/images/gallery/6.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/gallery/7.jpg b/exampleSite/static/images/gallery/7.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/gallery/8.jpg b/exampleSite/static/images/gallery/8.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/gallery/9.jpg b/exampleSite/static/images/gallery/9.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/logo.png b/exampleSite/static/images/logo.png old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/post/post-1.jpg b/exampleSite/static/images/post/post-1.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/post/post-2.jpg b/exampleSite/static/images/post/post-2.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/post/post-3.jpg b/exampleSite/static/images/post/post-3.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/post/post-4.jpg b/exampleSite/static/images/post/post-4.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/post/post-5.jpg b/exampleSite/static/images/post/post-5.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/post/post-6.jpg b/exampleSite/static/images/post/post-6.jpg old mode 100644 new mode 100755 diff --git a/exampleSite/static/images/promotion.png b/exampleSite/static/images/promotion.png old mode 100644 new mode 100755 diff --git a/images/screenshot.png b/images/screenshot.png old mode 100644 new mode 100755 diff --git a/images/tn.png b/images/tn.png old mode 100644 new mode 100755 diff --git a/layouts/404.html b/layouts/404.html old mode 100644 new mode 100755 diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html old mode 100644 new mode 100755 diff --git a/layouts/_default/index.json b/layouts/_default/index.json old mode 100644 new mode 100755 diff --git a/layouts/_default/list.html b/layouts/_default/list.html old mode 100644 new mode 100755 diff --git a/layouts/_default/post.html b/layouts/_default/post.html old mode 100644 new mode 100755 diff --git a/layouts/_default/single.html b/layouts/_default/single.html old mode 100644 new mode 100755 diff --git a/layouts/about/list.html b/layouts/about/list.html old mode 100644 new mode 100755 diff --git a/layouts/contact/list.html b/layouts/contact/list.html old mode 100644 new mode 100755 diff --git a/layouts/index.html b/layouts/index.html old mode 100644 new mode 100755 diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html old mode 100644 new mode 100755 diff --git a/layouts/partials/head.html b/layouts/partials/head.html old mode 100644 new mode 100755 diff --git a/layouts/partials/header.html b/layouts/partials/header.html old mode 100644 new mode 100755 diff --git a/layouts/partials/preloader.html b/layouts/partials/preloader.html old mode 100644 new mode 100755 diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html old mode 100644 new mode 100755 diff --git a/layouts/search/list.html b/layouts/search/list.html old mode 100644 new mode 100755 diff --git a/netlify.toml b/netlify.toml old mode 100644 new mode 100755 diff --git a/static/.htaccess b/static/.htaccess old mode 100644 new mode 100755 diff --git a/static/plugins/bootstrap/bootstrap.min.css b/static/plugins/bootstrap/bootstrap.min.css old mode 100644 new mode 100755 diff --git a/static/plugins/bootstrap/bootstrap.min.js b/static/plugins/bootstrap/bootstrap.min.js old mode 100644 new mode 100755 diff --git a/static/plugins/jQuery/jquery.min.js b/static/plugins/jQuery/jquery.min.js old mode 100644 new mode 100755 diff --git a/static/plugins/search/fuse.min.js b/static/plugins/search/fuse.min.js old mode 100644 new mode 100755 diff --git a/static/plugins/search/mark.js b/static/plugins/search/mark.js old mode 100644 new mode 100755 diff --git a/static/plugins/search/search.js b/static/plugins/search/search.js old mode 100644 new mode 100755 diff --git a/static/plugins/slick/ajax-loader.gif b/static/plugins/slick/ajax-loader.gif old mode 100644 new mode 100755 diff --git a/static/plugins/slick/fonts/slick.eot b/static/plugins/slick/fonts/slick.eot old mode 100644 new mode 100755 diff --git a/static/plugins/slick/fonts/slick.svg b/static/plugins/slick/fonts/slick.svg old mode 100644 new mode 100755 diff --git a/static/plugins/slick/fonts/slick.ttf b/static/plugins/slick/fonts/slick.ttf old mode 100644 new mode 100755 diff --git a/static/plugins/slick/fonts/slick.woff b/static/plugins/slick/fonts/slick.woff old mode 100644 new mode 100755 diff --git a/static/plugins/slick/slick.css b/static/plugins/slick/slick.css old mode 100644 new mode 100755 diff --git a/static/plugins/slick/slick.min.js b/static/plugins/slick/slick.min.js old mode 100644 new mode 100755 diff --git a/static/plugins/themify-icons/fonts/themify.eot b/static/plugins/themify-icons/fonts/themify.eot old mode 100644 new mode 100755 diff --git a/static/plugins/themify-icons/fonts/themify.svg b/static/plugins/themify-icons/fonts/themify.svg old mode 100644 new mode 100755 diff --git a/static/plugins/themify-icons/fonts/themify.ttf b/static/plugins/themify-icons/fonts/themify.ttf old mode 100644 new mode 100755 diff --git a/static/plugins/themify-icons/fonts/themify.woff b/static/plugins/themify-icons/fonts/themify.woff old mode 100644 new mode 100755 diff --git a/static/plugins/themify-icons/themify-icons.css b/static/plugins/themify-icons/themify-icons.css old mode 100644 new mode 100755 diff --git a/static/plugins/venobox/venobox.css b/static/plugins/venobox/venobox.css old mode 100644 new mode 100755 diff --git a/static/plugins/venobox/venobox.min.js b/static/plugins/venobox/venobox.min.js old mode 100644 new mode 100755 diff --git a/theme.toml b/theme.toml old mode 100644 new mode 100755