From c73e200bdaca28fb558acf7c63ec7300df78e6a0 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 24 Apr 2024 13:29:54 +0200 Subject: [PATCH] finalize the repo for public --- .dockerignore | 2 ++ .husky/commit-msg | 4 ---- .vscode/extensions.json | 12 ------------ .vscode/settings.json | 24 ------------------------ _config.yml | 2 +- 5 files changed, 3 insertions(+), 41 deletions(-) delete mode 100755 .husky/commit-msg delete mode 100644 .vscode/extensions.json delete mode 100644 .vscode/settings.json diff --git a/.dockerignore b/.dockerignore index b2e0f51..4775460 100644 --- a/.dockerignore +++ b/.dockerignore @@ -9,3 +9,5 @@ LICENSE prod.sh README.md README-THEME.md +docs +docs/** diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100755 index 7f23494..0000000 --- a/.husky/commit-msg +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -npx --no -- commitlint --edit ${1} diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 6927cd1..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "recommendations": [ - // Liquid tags auto-complete - "killalau.vscode-liquid-snippets", - // Liquid syntax highlighting and formatting - "Shopify.theme-check-vscode", - // Common formatter - "esbenp.prettier-vscode", - "foxundermoon.shell-format", - "stylelint.vscode-stylelint" - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 4fcded4..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - // Prettier - "editor.defaultFormatter": "esbenp.prettier-vscode", - "editor.formatOnSave": true, - "prettier.trailingComma": "none", - // Shopify Liquid - "files.associations": { - "*.html": "liquid" - }, - // Formatter - "[html][liquid]": { - "editor.defaultFormatter": "Shopify.theme-check-vscode" - }, - "[shellscript]": { - "editor.defaultFormatter": "foxundermoon.shell-format" - }, - // Disable vscode built-in stylelint - "css.validate": false, - "scss.validate": false, - "less.validate": false, - // Stylint extension settings - "stylelint.snippet": ["css", "less", "postcss", "scss"], - "stylelint.validate": ["css", "less", "postcss", "scss"] -} diff --git a/_config.yml b/_config.yml index 3b40c00..3894aad 100644 --- a/_config.yml +++ b/_config.yml @@ -29,7 +29,7 @@ social: # Change to your full name. # It will be displayed as the default author of the posts and the copyright owner in the Footer name: Christoph J. Scherr - email: contacct@cscherr.de # change to your email address + email: contact@cscherr.de # change to your email address links: # The first element serves as the copyright owner's link - infosec.exchange/@plexsheep