Skip to content

Commit

Permalink
Update readme (#2)
Browse files Browse the repository at this point in the history
* 初校

* 追記

* 修正

* 草を食べるヘビのワークフローを追加

* 草を食べるヘビの追加
  • Loading branch information
ToYama170402 authored Aug 3, 2024
1 parent 6e40255 commit 407ad42
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/workflows/GenerateContributionSnake.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: generate animation

on:
# run automatically every 24 hours
schedule:
- cron: "0 */24 * * *"

# allows to manually run the job at any time
workflow_dispatch:

# run on every push on the master branch
push:
branches:
- main



jobs:
generate:
permissions:
contents: write
runs-on: ubuntu-latest
timeout-minutes: 5

steps:
# generates a snake game from a github user (<github_user_name>) contributions graph, output a svg animation at <svg_out_path>
- 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.SAMPLE_SECRETS }}


# push the content of <build_dir> to a branch
# the content will be available at https://raw.githubusercontent.com/<github_user>/<repository>/<target_branch>/<file> , or as github page
- name: push github-contribution-grid-snake.svg to the output branch
uses: crazy-max/[email protected]
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.SAMPLE_SECRETS }}
41 changes: 41 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
![](https://komarev.com/ghpvc/?username=toyama170402&color=fd7512&style=flat&abbreviated=true)
![](https://img.shields.io/github/followers/toyama170402?label=follow&color=fd7512&logo=github&style=flat)

# ToYama

## About me

- A Student of KU School of Smart Tech&Innov, Transdisciplinary Sci. for Innov
- I like ...
- Programming
- Designing
- Making
- Cooking
- Typesetting
- Reading novels
- Vim
- I write ...
- Python
- HTML
- CSS
- JavaScript
- LaTeX (a little)
- [Typest](https://typst.app)

![](http://github-profile-summary-cards.vercel.app/api/cards/stats?username=toyama170402&theme=gruvbox)
![](http://github-profile-summary-cards.vercel.app/api/cards/most-commit-language?username=toyama170402&theme=gruvbox)
![](http://github-profile-summary-cards.vercel.app/api/cards/profile-details?username=toyama170402&theme=gruvbox)
![](https://raw.githubusercontent.com/toyama170402/toyama170402.github.io/output/github-contribution-grid-snake.svg)

## Links

- My Blog :[toyama170402.github.io](https://toyama170402.github.io)
- Twitter :[twitter.com/ToYamaSoujin](https://twitter.com/ToYamaSoujin)
- YouTube :[youtube.com/@ToYamaSoujin](https://www.youtube.com/@ToYamaSoujin)
- niconico :[nicovideo.jp/user/132705318](https://www.nicovideo.jp/user/132705318)
- Individual Library :[koseihabunnko.github.io](https://koseihabunnko.github.io)
- rishu-app :[toyama170402.github.io/rishu-app](https://toyama170402.github.io/rishu-app)

## About this repository

This repository is my self introduction repository contain my blog.

0 comments on commit 407ad42

Please sign in to comment.