From eaa1563da0014d273bf8842cf499e4fa28d032cd Mon Sep 17 00:00:00 2001 From: MrUnknownDE Date: Thu, 5 Dec 2024 21:46:48 +0100 Subject: [PATCH] blat --- .github/workflows/snake.yml | 34 +++++++++++++++++++ README.md | 65 +++++++++++++++++++++++++++++++++++++ imprint.md | 11 +++++++ 3 files changed, 110 insertions(+) create mode 100644 .github/workflows/snake.yml create mode 100644 README.md create mode 100644 imprint.md diff --git a/.github/workflows/snake.yml b/.github/workflows/snake.yml new file mode 100644 index 0000000..4442dd4 --- /dev/null +++ b/.github/workflows/snake.yml @@ -0,0 +1,34 @@ +name: Generate snake animation + +on: + schedule: # execute every 12 hours + - cron: "* */12 * * *" + + workflow_dispatch: + + push: + branches: + - master + +jobs: + generate: + permissions: + contents: write + runs-on: ubuntu-latest + timeout-minutes: 5 + + steps: + - name: generate snake.svg + uses: Platane/snk/svg-only@v3 + with: + github_user_name: ${{ github.repository_owner }} + outputs: dist/snake.svg?palette=github-dark + + + - name: push snake.svg to the snake-animation branch + uses: crazy-max/ghaction-github-pages@v3.1.0 + with: + target_branch: snake-animation + build_dir: dist + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..f56961a --- /dev/null +++ b/README.md @@ -0,0 +1,65 @@ +

Hello 👋! My name is Johannes and I am a human, from Berlin

+ +### + +
+ stats graph + languages graph +
+ +### + + + +### + +
+ html5 logo + + css3 logo + + aftereffects logo + + apache logo + + bash logo + + debian logo + + docker logo + + grafana logo + + vscode logo +
+ +### + +
+ + instagram logo + + + discord logo + + + telegram logo + +
+ +### + +
+ +Snake animation + +### + +
+ stats graph + languages graph + streak graph + trophy graph +
+ +### \ No newline at end of file diff --git a/imprint.md b/imprint.md new file mode 100644 index 0000000..0afe7a4 --- /dev/null +++ b/imprint.md @@ -0,0 +1,11 @@ +# Imprint +
+Information according to § 5 DDG
+Johannes Krüger
+z.Hd MrUnknownDE
+Breite Str. 8
+16225 Eberswalde, Germany
+
+Contact:
+Phone: 03334-5848858
+E-Mail: me@mrunknown.de
\ No newline at end of file