commit 6593376d9cd48c7123820afba972d96e9bd6d30b Author: Tobias Brummer Date: Sun May 18 20:40:41 2025 +0200 Initial Commit diff --git a/.forgejo/workflows/update-devcard.yml b/.forgejo/workflows/update-devcard.yml new file mode 100644 index 0000000..5c3828b --- /dev/null +++ b/.forgejo/workflows/update-devcard.yml @@ -0,0 +1,30 @@ +name: Devcard +on: + workflow_dispatch: + schedule: + - cron: "0 0 * * *" + +jobs: + devcard: + runs-on: docker + permissions: + contents: write + + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Download Devcard + uses: https://github.com/suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 + id: downloadfile + with: + url: "https://api.daily.dev/devcards/v2/StuuJfuDSTSMX4LSIt8rF.png?type=wide&r=2gy" + target: assets/ + + - name: Commit Devcard + run: | + git config user.name "ACTIONS[BOT]" + git config user.email "actions@noreply@lycamail.de" + git add . + git commit -m "Update Devcard" || exit 0 + git push \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..a57f9b4 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +
+ +![Typing SVG](https://readme-typing-svg.herokuapp.com?font=Righteous&size=30&color=61ffca¢er=true&width=1000&lines=Hey+there!+I'm+LycaKnight) +

💻 Developer | IT-Consultant 🖥️

+
+

+ +![https://app.daily.dev/lycaknight](./assets/StuuJfuDSTSMX4LSIt8rF.png) + +
+

+ +![](https://img.shields.io/badge/Tools-Firefox-informational?style=flat&logo=Firefox-Browser&logoColor=white&color=61ffca) +![](https://img.shields.io/badge/Tools-Git-informational?style=flat&logo=Git&logoColor=white&color=61ffca) +![](https://img.shields.io/badge/Tools-Docker-informational?style=flat&logo=Docker&logoColor=white&color=61ffca) +![](https://img.shields.io/badge/Tools-Sublime-informational?style=flat&logo=SublimeText&logoColor=white&color=61ffca) +![](https://img.shields.io/badge/Tools-MariaDB-informational?style=flat&logo=Mariadb&logoColor=white&color=61ffca) + +![](https://img.shields.io/badge/Code-Javascript-informational?style=flat&logo=JavaScript&logoColor=white&color=61ffca) +![](https://img.shields.io/badge/Code-React-informational?style=flat&logo=React&logoColor=white&color=61ffca) +![](https://img.shields.io/badge/Code-Node.js-informational?style=flat&logo=Node.js&logoColor=white&color=61ffca) +![](https://img.shields.io/badge/Code-HTML-informational?style=flat&logo=HTML5&logoColor=white&color=61ffca) +![](https://img.shields.io/badge/Code-CSS-informational?style=flat&logo=CSS3&logoColor=white&color=61ffca) + +
\ No newline at end of file diff --git a/assets/StuuJfuDSTSMX4LSIt8rF.png b/assets/StuuJfuDSTSMX4LSIt8rF.png new file mode 100644 index 0000000..0b39937 Binary files /dev/null and b/assets/StuuJfuDSTSMX4LSIt8rF.png differ