Skip to content

isho-0/isho-0.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

isho-0.github.io

๐Ÿ’ซ Coding Beyond the Visible: A C++ Developer Inspired by The Little Prince!

๐Ÿš€ ํ”„๋กœ์ ํŠธ ์†Œ๊ฐœ

์ด ํ”„๋กœ์ ํŠธ๋Š” Vue 3์™€ Quasar๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ๋งŒ๋“  ๊ฐœ์ธ ํฌํŠธํด๋ฆฌ์˜ค ์›น์‚ฌ์ดํŠธ์ž…๋‹ˆ๋‹ค. GitHub Pages๋ฅผ ํ†ตํ•ด ์ž๋™์œผ๋กœ ๋ฐฐํฌ๋ฉ๋‹ˆ๋‹ค.

๐Ÿ› ๏ธ ๊ธฐ์ˆ  ์Šคํƒ

  • Vue 3
  • TypeScript
  • Quasar Framework
  • Vite
  • SCSS

๐Ÿ“– ๋ธ”๋กœ๊ทธ ๊ธฐ๋Šฅ

  • ๋งˆํฌ๋‹ค์šด ๊ธฐ๋ฐ˜ ๋ธ”๋กœ๊ทธ ํฌ์ŠคํŠธ
  • ์นดํ…Œ๊ณ ๋ฆฌ๋ณ„ ํฌ์ŠคํŠธ ๋ถ„๋ฅ˜
  • ๋ฐ˜์‘ํ˜• ๋””์ž์ธ
  • The Little Prince ํ…Œ๋งˆ

๐Ÿš€ ๋ฐฐํฌ ๋ฐฉ๋ฒ•

์ž๋™ ๋ฐฐํฌ (๊ถŒ์žฅ)

GitHub Actions๊ฐ€ ์ž๋™์œผ๋กœ main ๋ธŒ๋žœ์น˜์— ํ‘ธ์‹œํ•  ๋•Œ๋งˆ๋‹ค ๋ฐฐํฌํ•ฉ๋‹ˆ๋‹ค.

์ˆ˜๋™ ๋ฐฐํฌ

# ์˜์กด์„ฑ ์„ค์น˜
npm install

# ๋นŒ๋“œ
npm run build

# GitHub Pages์— ๋ฐฐํฌ
npm run deploy

๐ŸŒ ์ ‘์† ์ฃผ์†Œ

๐Ÿ“ ํ”„๋กœ์ ํŠธ ๊ตฌ์กฐ

src/
โ”œโ”€โ”€ components/     # Vue ์ปดํฌ๋„ŒํŠธ
โ”œโ”€โ”€ pages/         # ํŽ˜์ด์ง€ ์ปดํฌ๋„ŒํŠธ
โ”œโ”€โ”€ blog/          # ๋ธ”๋กœ๊ทธ ๊ด€๋ จ ํŒŒ์ผ
โ”‚   โ”œโ”€โ”€ posts/     # ๋ธ”๋กœ๊ทธ ํฌ์ŠคํŠธ (๋งˆํฌ๋‹ค์šด)
โ”‚   โ””โ”€โ”€ categories/ # ์นดํ…Œ๊ณ ๋ฆฌ๋ณ„ ๋ถ„๋ฅ˜
โ”œโ”€โ”€ layouts/       # ๋ ˆ์ด์•„์›ƒ ์ปดํฌ๋„ŒํŠธ
โ””โ”€โ”€ router/        # ๋ผ์šฐํŒ… ์„ค์ •

๐Ÿ”ง ๊ฐœ๋ฐœ ํ™˜๊ฒฝ ์„ค์ •

# ์ €์žฅ์†Œ ํด๋ก 
git clone https://github.com/isho-0/isho-0.github.io.git

# ํ”„๋กœ์ ํŠธ ๋””๋ ‰ํ† ๋ฆฌ๋กœ ์ด๋™
cd isho-0.github.io

# ์˜์กด์„ฑ ์„ค์น˜
npm install

# ๊ฐœ๋ฐœ ์„œ๋ฒ„ ์‹คํ–‰
npm run dev

๐Ÿ“ ๋ธ”๋กœ๊ทธ ํฌ์ŠคํŠธ ์ž‘์„ฑ

src/blog/posts/ ๋””๋ ‰ํ† ๋ฆฌ์— ๋งˆํฌ๋‹ค์šด ํŒŒ์ผ์„ ์ถ”๊ฐ€ํ•˜๋ฉด ์ž๋™์œผ๋กœ ๋ธ”๋กœ๊ทธ์— ๋ฐ˜์˜๋ฉ๋‹ˆ๋‹ค.

๐Ÿค ๊ธฐ์—ฌํ•˜๊ธฐ

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

๐Ÿ“„ ๋ผ์ด์„ ์Šค

์ด ํ”„๋กœ์ ํŠธ๋Š” MIT ๋ผ์ด์„ ์Šค ํ•˜์— ๋ฐฐํฌ๋ฉ๋‹ˆ๋‹ค.

About

๐Ÿ’ซ Coding Beyond the Visible: A C++ Developer Inspired by The Little Prince!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages