🗡️ Developer • 🎨 Designer • 🌌 Otaku • 👾 Hacker Spirit
- 🔭 Tập trung: Python / Node.js / Flutter / Next.js
- 🎮 Game yêu thích: Elden Ring, AOT Tribute, Valorant
- 🚀 Mục tiêu: dev full‑stack + indie game studio
- ⚡ Châm ngôn: “Code như thở, bug như cơm bữa.”
“Nếu không chiến đấu, ta sẽ không thắng.” – Eren Yeager
⚙️ (Tuỳ chọn) Bật Contribution Snake cho tài khoản của bạn
- Tạo folder
.github/workflows
trong repohansukedev
(repo trùng username). - Thêm file
snake.yml
với nội dung sau:
name: Generate snake
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Platane/snk@master
with:
github_user_name: hansukedev
outputs: dist/snake.svg
- uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- Sau khi workflow tạo xong file
snake.svg
trên branchoutput
, đổi link ở mục “Contribution Snake” thành:
https://raw.githubusercontent.com/hansukedev/hansukedev/output/snake.svg
✨ Nếu thấy hay, cho mình 1 ⭐ ở repo nhé! 🚀