diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml deleted file mode 100644 index 53fc645..0000000 --- a/.github/workflows/blank.yml +++ /dev/null @@ -1,34 +0,0 @@ -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 output branch - uses: crazy-max/ghaction-github-pages@v3.1.0 - with: - target_branch: output - build_dir: dist - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md deleted file mode 100644 index 9259b34..0000000 --- a/README.md +++ /dev/null @@ -1,55 +0,0 @@ -

Hi 👋! I'm Aviram

- -### - -

- 🚀 Full-Stack Developer | DevOps Enthusiast | Linux Power User -

- -### - -### 🛠️ Tech Stack -

- Linux - JavaScript - TypeScript - Python - React - Node.js - Rust - Docker -

- -- **Languages**: JavaScript, TypeScript, Python, Rust -- **Frameworks**: React, Node.js, Next.js -- **Tools**: Linux, Git, Docker, Webpack, CustomTkinter -- **Cloud & DevOps**: GitHub Action, Jenkins -- **Other Interests**: Open Source, Raspberry Pi, 3D Printing, Home Servers - -### - -### 📫 Connect with Me -

- - Discord - - - Gmail - - - LinkedIn - -

- -### - -Snake animation - -### 🎵 Currently Jamming To -

- - Spotify recently played - -

- -

(i use arch btw)

diff --git a/snake.svg b/snake.svg new file mode 100644 index 0000000..234cac9 --- /dev/null +++ b/snake.svg @@ -0,0 +1 @@ +Generated with https://github.com/Platane/snk \ No newline at end of file