diff --git a/.github/workflows/snake.yml b/.github/workflows/snake.yml deleted file mode 100644 index 79bf570a..00000000 --- a/.github/workflows/snake.yml +++ /dev/null @@ -1,56 +0,0 @@ -# GitHub Action for generating a contribution graph with a snake eating your contributions. - -name: Generate Snake - -# Controls when the action will run. This action runs every 6 hours. - -on: - schedule: - # every 24 hours - - cron: "0 */24 * * *" - -# This command allows us to run the Action automatically from the Actions tab. - workflow_dispatch: - -# The sequence of runs in this workflow: -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - - # Checks repo under $GITHUB_WORKSHOP, so your job can access it - - uses: actions/checkout@v2 - - # Generates the snake - - uses: Platane/snk@v3 - id: snake-gif - with: - github_user_name: MKoding - # these next 3 lines generate the files on a branch called "output". This keeps the main branch from cluttering up. - outputs: | - dist/github-contribution-grid-snake.svg - dist/github-contribution-grid-snake-dark.svg?palette=github-dark - dist/github-contribution-grid-snake.gif?color_snake=orange&color_dots=#bfd6f6,#8dbdff,#64a1f4,#4b91f1,#3c7dd9 - - # show the status of the build. Makes it easier for debugging (if there's any issues). - - run: git status - - # Push the changes - - name: Push changes - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: master - force: true - - - uses: crazy-max/ghaction-github-pages@v2.1.3 - with: - # the output branch we mentioned above - 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 c2c4cd62..00000000 --- a/README.md +++ /dev/null @@ -1,23 +0,0 @@ -

Hello world, I'm Mikel Romano - aka MKoding

- -

- followers - followers -

- -## šŸ“ About me - - -* šŸŽ“ I'm a Software Engineer graduate at UPNA -* šŸ‘ØšŸ»ā€šŸ’» Currently working at MRC -* šŸ—‚ You can have a look at some of my projects here in GitHub -* šŸ”­ I’m currently working on React, Atomic Design, CSS, Java... -* āœšŸ» I have experience working with Laravel, DDD, Hexagonal Architecture, testing, CQRS... -* šŸ“– Last reading: "CQRS by Example" -* ⚔ Fun fact: I'm a coffee lover and retro videogame player ā˜•ļøšŸ•¹ - - -## šŸ“ˆ Github Stats - -My contribution graph get eaten by the snake šŸ -![snake gif](https://github.com/MKoding/mkoding/blob/output/github-contribution-grid-snake-dark.svg) diff --git a/github-contribution-grid-snake-dark.svg b/github-contribution-grid-snake-dark.svg new file mode 100644 index 00000000..b396fa27 --- /dev/null +++ b/github-contribution-grid-snake-dark.svg @@ -0,0 +1 @@ +Generated with https://github.com/Platane/snk \ No newline at end of file diff --git a/github-contribution-grid-snake.gif b/github-contribution-grid-snake.gif new file mode 100644 index 00000000..6c02a0a3 Binary files /dev/null and b/github-contribution-grid-snake.gif differ diff --git a/github-contribution-grid-snake.svg b/github-contribution-grid-snake.svg new file mode 100644 index 00000000..93a4ec1b --- /dev/null +++ b/github-contribution-grid-snake.svg @@ -0,0 +1 @@ +Generated with https://github.com/Platane/snk \ No newline at end of file