From 296f58711b8a257bcd16286b11889d4e24e8055b Mon Sep 17 00:00:00 2001 From: bitkarrot <73979971+bitkarrot@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:05:04 -0800 Subject: [PATCH] merge update --- .trunk/.gitignore | 8 +++++ .trunk/configs/.markdownlint.yaml | 10 +++++++ .trunk/configs/svgo.config.js | 14 +++++++++ .trunk/trunk.yaml | 30 +++++++++++++++++++ .../post/November_2023_Collaborators.md | 2 ++ 5 files changed, 64 insertions(+) create mode 100644 .trunk/.gitignore create mode 100644 .trunk/configs/.markdownlint.yaml create mode 100644 .trunk/configs/svgo.config.js create mode 100644 .trunk/trunk.yaml diff --git a/.trunk/.gitignore b/.trunk/.gitignore new file mode 100644 index 00000000..1e246529 --- /dev/null +++ b/.trunk/.gitignore @@ -0,0 +1,8 @@ +*out +*logs +*actions +*notifications +*tools +plugins +user_trunk.yaml +user.yaml diff --git a/.trunk/configs/.markdownlint.yaml b/.trunk/configs/.markdownlint.yaml new file mode 100644 index 00000000..fb940393 --- /dev/null +++ b/.trunk/configs/.markdownlint.yaml @@ -0,0 +1,10 @@ +# Autoformatter friendly markdownlint config (all formatting rules disabled) +default: true +blank_lines: false +bullet: false +html: false +indentation: false +line_length: false +spaces: false +url: false +whitespace: false diff --git a/.trunk/configs/svgo.config.js b/.trunk/configs/svgo.config.js new file mode 100644 index 00000000..cb9297c2 --- /dev/null +++ b/.trunk/configs/svgo.config.js @@ -0,0 +1,14 @@ +module.exports = { + plugins: [ + { + name: 'preset-default', + params: { + overrides: { + removeViewBox: false, // https://github.com/svg/svgo/issues/1128 + sortAttrs: true, + removeOffCanvasPaths: true, + }, + }, + }, + ], +}; diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml new file mode 100644 index 00000000..8b4690a7 --- /dev/null +++ b/.trunk/trunk.yaml @@ -0,0 +1,30 @@ +version: 0.1 +cli: + version: 1.17.2 +plugins: + sources: + - id: trunk + ref: v1.2.6 + uri: https://github.com/trunk-io/plugins +lint: + enabled: + - checkov@3.0.38 + - eslint@8.53.0 + - git-diff-check + - markdownlint@0.37.0 + - oxipng@9.0.0 + - prettier@3.1.0 + - svgo@3.0.3 + - taplo@0.8.1 + - trufflehog@3.62.1 +runtimes: + enabled: + - node@18.12.1 + - python@3.10.8 +actions: + disabled: + - trunk-announce + - trunk-check-pre-push + - trunk-fmt-pre-commit + enabled: + - trunk-upgrade-available diff --git a/src/content/post/November_2023_Collaborators.md b/src/content/post/November_2023_Collaborators.md index 1feec77e..9d0333ad 100644 --- a/src/content/post/November_2023_Collaborators.md +++ b/src/content/post/November_2023_Collaborators.md @@ -41,3 +41,5 @@ In no particular order, let's celebrate all the member contributions from Plebne ### Asher - Working on nostr-mail kivy [app](https://github.com/asherp/nostr-mail/tree/app) +### Randy McMillian +- Contributed and released [Miniscript docker](https://github.com/bitcoincore-dev/miniscript-docker/pkgs/container/miniscript-docker)