From db306ba29d7beba7749cf9b0482b6b72cc78cfbb Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 17 Jan 2024 13:07:06 +0100 Subject: [PATCH] remove +x chmod bit on files --- config.toml | 0 content/blog/_index.md | 0 package-lock.json | 0 package.json | 0 src/input.css | 0 static/icons/browserconfig.xml | 0 static/icons/cpu.svg | 0 static/icons/disk.svg | 0 static/icons/hardware.svg | 0 static/icons/mstile-150x150.png | Bin static/icons/network.svg | 0 static/icons/ram.svg | 0 static/icons/site.webmanifest | 0 static/images/backup.png | Bin static/images/cyberduck-logo.png | Bin static/images/host.png | Bin static/images/mastodon-logo.svg | 0 static/images/matrix-logo.svg | 0 static/images/nextcloud-logo.svg | 0 static/images/peertube-logo.svg | 0 static/images/rclone-logo.svg | 0 static/images/store.png | Bin static/js/site.js | 0 tailwind.config.js | 0 templates/404.html | 0 templates/base.html | 0 templates/blog_article.html | 0 templates/blog_index.html | 0 templates/index.html | 0 templates/macros.html | 0 templates/robots.txt | 0 templates/shortcodes/katex.html | 0 templates/shortcodes/mermaid.html | 0 templates/shortcodes/vimeo.html | 0 templates/shortcodes/youtube.html | 0 35 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 config.toml mode change 100755 => 100644 content/blog/_index.md mode change 100755 => 100644 package-lock.json mode change 100755 => 100644 package.json mode change 100755 => 100644 src/input.css mode change 100755 => 100644 static/icons/browserconfig.xml mode change 100755 => 100644 static/icons/cpu.svg mode change 100755 => 100644 static/icons/disk.svg mode change 100755 => 100644 static/icons/hardware.svg mode change 100755 => 100644 static/icons/mstile-150x150.png mode change 100755 => 100644 static/icons/network.svg mode change 100755 => 100644 static/icons/ram.svg mode change 100755 => 100644 static/icons/site.webmanifest mode change 100755 => 100644 static/images/backup.png mode change 100755 => 100644 static/images/cyberduck-logo.png mode change 100755 => 100644 static/images/host.png mode change 100755 => 100644 static/images/mastodon-logo.svg mode change 100755 => 100644 static/images/matrix-logo.svg mode change 100755 => 100644 static/images/nextcloud-logo.svg mode change 100755 => 100644 static/images/peertube-logo.svg mode change 100755 => 100644 static/images/rclone-logo.svg mode change 100755 => 100644 static/images/store.png mode change 100755 => 100644 static/js/site.js mode change 100755 => 100644 tailwind.config.js mode change 100755 => 100644 templates/404.html mode change 100755 => 100644 templates/base.html mode change 100755 => 100644 templates/blog_article.html mode change 100755 => 100644 templates/blog_index.html mode change 100755 => 100644 templates/index.html mode change 100755 => 100644 templates/macros.html mode change 100755 => 100644 templates/robots.txt mode change 100755 => 100644 templates/shortcodes/katex.html mode change 100755 => 100644 templates/shortcodes/mermaid.html mode change 100755 => 100644 templates/shortcodes/vimeo.html mode change 100755 => 100644 templates/shortcodes/youtube.html diff --git a/config.toml b/config.toml old mode 100755 new mode 100644 diff --git a/content/blog/_index.md b/content/blog/_index.md old mode 100755 new mode 100644 diff --git a/package-lock.json b/package-lock.json old mode 100755 new mode 100644 diff --git a/package.json b/package.json old mode 100755 new mode 100644 diff --git a/src/input.css b/src/input.css old mode 100755 new mode 100644 diff --git a/static/icons/browserconfig.xml b/static/icons/browserconfig.xml old mode 100755 new mode 100644 diff --git a/static/icons/cpu.svg b/static/icons/cpu.svg old mode 100755 new mode 100644 diff --git a/static/icons/disk.svg b/static/icons/disk.svg old mode 100755 new mode 100644 diff --git a/static/icons/hardware.svg b/static/icons/hardware.svg old mode 100755 new mode 100644 diff --git a/static/icons/mstile-150x150.png b/static/icons/mstile-150x150.png old mode 100755 new mode 100644 diff --git a/static/icons/network.svg b/static/icons/network.svg old mode 100755 new mode 100644 diff --git a/static/icons/ram.svg b/static/icons/ram.svg old mode 100755 new mode 100644 diff --git a/static/icons/site.webmanifest b/static/icons/site.webmanifest old mode 100755 new mode 100644 diff --git a/static/images/backup.png b/static/images/backup.png old mode 100755 new mode 100644 diff --git a/static/images/cyberduck-logo.png b/static/images/cyberduck-logo.png old mode 100755 new mode 100644 diff --git a/static/images/host.png b/static/images/host.png old mode 100755 new mode 100644 diff --git a/static/images/mastodon-logo.svg b/static/images/mastodon-logo.svg old mode 100755 new mode 100644 diff --git a/static/images/matrix-logo.svg b/static/images/matrix-logo.svg old mode 100755 new mode 100644 diff --git a/static/images/nextcloud-logo.svg b/static/images/nextcloud-logo.svg old mode 100755 new mode 100644 diff --git a/static/images/peertube-logo.svg b/static/images/peertube-logo.svg old mode 100755 new mode 100644 diff --git a/static/images/rclone-logo.svg b/static/images/rclone-logo.svg old mode 100755 new mode 100644 diff --git a/static/images/store.png b/static/images/store.png old mode 100755 new mode 100644 diff --git a/static/js/site.js b/static/js/site.js old mode 100755 new mode 100644 diff --git a/tailwind.config.js b/tailwind.config.js old mode 100755 new mode 100644 diff --git a/templates/404.html b/templates/404.html old mode 100755 new mode 100644 diff --git a/templates/base.html b/templates/base.html old mode 100755 new mode 100644 diff --git a/templates/blog_article.html b/templates/blog_article.html old mode 100755 new mode 100644 diff --git a/templates/blog_index.html b/templates/blog_index.html old mode 100755 new mode 100644 diff --git a/templates/index.html b/templates/index.html old mode 100755 new mode 100644 diff --git a/templates/macros.html b/templates/macros.html old mode 100755 new mode 100644 diff --git a/templates/robots.txt b/templates/robots.txt old mode 100755 new mode 100644 diff --git a/templates/shortcodes/katex.html b/templates/shortcodes/katex.html old mode 100755 new mode 100644 diff --git a/templates/shortcodes/mermaid.html b/templates/shortcodes/mermaid.html old mode 100755 new mode 100644 diff --git a/templates/shortcodes/vimeo.html b/templates/shortcodes/vimeo.html old mode 100755 new mode 100644 diff --git a/templates/shortcodes/youtube.html b/templates/shortcodes/youtube.html old mode 100755 new mode 100644