diff --git a/.github/workflows/Update-Readme.yaml b/.github/workflows/Update-Readme.yaml deleted file mode 100644 index dd54b39..0000000 --- a/.github/workflows/Update-Readme.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# Copied from https://github.com/Ehco1996/Ehco1996 -name: generate animation - -on: - # run automatically at 0:00 at every day - schedule: - - cron: "0 16 * * *" - - # allows to manually run the job at any time - workflow_dispatch: - - # run on every push on the master branch - push: - branches: - - master - -jobs: - generate: - runs-on: ubuntu-latest - timeout-minutes: 10 - - steps: - # generates a snake game from a github user () contributions graph, output a svg animation at - - name: generate github-contribution-grid-snake.svg - uses: Platane/snk/svg-only@v3 - with: - github_user_name: ${{ github.repository_owner }} - outputs: | - dist/github-contribution-grid-snake.svg - dist/github-contribution-grid-snake-dark.svg?palette=github-dark - env: - GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} - - # push the content of to a branch - # the content will be available at https://raw.githubusercontent.com//// , or as github page - - name: push github-contribution-grid-snake.svg to the output branch - uses: crazy-max/ghaction-github-pages@v2.5.0 - with: - target_branch: output - build_dir: dist - env: - GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} diff --git a/README.md b/README.md deleted file mode 100644 index fbb5265..0000000 --- a/README.md +++ /dev/null @@ -1,18 +0,0 @@ -### Hi there šŸ‘‹ - -- šŸ”­ I’m currently working on LES-FPV/FGM of Turbulent Spray Combustion. -- 🌱 My research interest: **LES**, **Flamelet models**, **Spray combustion**, **Turbulent inlet condions**, **OpenFOAM**... -- :floppy_disk: I'm good at: **OpenFOAM**, **Ansys Fluent**, **ICEM**, **Matlab**, **Tecplot**, **Paraview** -- šŸ‘Æ I use daily: **Vim**, **Python**, **Git**, **C++**, **Fortran**, **LaTeX** -- :sparkles: Linux is the best - -![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge&logo=c%2B%2B&logoColor=white) ![LaTeX](https://img.shields.io/badge/latex-%23008080.svg?style=for-the-badge&logo=LaTeX&logoColor=white) ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) ![GIT](https://img.shields.io/badge/Git-fc6d26?style=for-the-badge&logo=git&logoColor=white) ![LINUX](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black) - -![github contribution grid snake animation](https://raw.githubusercontent.com/TimoLin/TimoLin/output/github-contribution-grid-snake.svg) - -![](https://github-readme-stats.vercel.app/api/top-langs/?username=TimoLin&theme=buefy&hide_border=false&include_all_commits=true&count_private=true&layout=compact) - ---- -[![](https://visitcount.itsvg.in/api?id=TimoLin&icon=0&color=0)](https://visitcount.itsvg.in) - - diff --git a/github-contribution-grid-snake-dark.svg b/github-contribution-grid-snake-dark.svg new file mode 100644 index 0000000..a09aadb --- /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.svg b/github-contribution-grid-snake.svg new file mode 100644 index 0000000..33586f4 --- /dev/null +++ b/github-contribution-grid-snake.svg @@ -0,0 +1 @@ +Generated with https://github.com/Platane/snk \ No newline at end of file