Skip to content

hwisu/hwisu.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 2, 2025
c8a7499 ยท May 2, 2025

History

51 Commits
Apr 8, 2025
Mar 6, 2025
Apr 18, 2025
Mar 6, 2025
Apr 29, 2025
Apr 29, 2025
Apr 29, 2025
Apr 29, 2025
Apr 18, 2025
Mar 28, 2025
Mar 6, 2025
Mar 6, 2025
Mar 27, 2025
Mar 26, 2025
May 2, 2025

Repository files navigation

Hugo ๋ธ”๋กœ๊ทธ ์„ค์ • ๊ฐ€์ด๋“œ

1. Hugo ์„ค์น˜

# macOS
brew install hugo

# Windows (Chocolatey)
choco install hugo -confirm

# Windows (Scoop)
scoop install hugo

# Linux (Ubuntu/Debian)
sudo apt install hugo

2. ํ…Œ๋งˆ ์„ค์น˜ (PaperMod)

์ƒˆ๋กœ์šด ์ €์žฅ์†Œ์—์„œ ์„ค์น˜ํ•  ๊ฒฝ์šฐ:

git submodule add https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod

์ด๋ฏธ ์„ค์ •๋œ ์ €์žฅ์†Œ๋ฅผ ํด๋ก ํ•œ ๊ฒฝ์šฐ:

# ์„œ๋ธŒ๋ชจ๋“ˆ ์ดˆ๊ธฐํ™” ๋ฐ ๋ฐ์ดํ„ฐ ๊ฐ€์ ธ์˜ค๊ธฐ
git submodule init
git submodule update

์„œ๋ธŒ๋ชจ๋“ˆ ์„ค์น˜ ํ™•์ธ:

git submodule
# ๋˜๋Š”
cat .gitmodules

3. ๋กœ์ปฌ ํ…Œ์ŠคํŠธ

# ์„œ๋ฒ„ ์‹คํ–‰ (์ดˆ์•ˆ ํฌํ•จ)
hugo server -D

# ๊ธฐ๋ณธ ํฌ์ŠคํŠธ ์ƒ์„ฑ
hugo new posts/test.md

4. .gitignore ์„ค์ •

GitHub Actions ์‚ฌ์šฉ ์‹œ ๋‹ค์Œ ํ•ญ๋ชฉ ์ถ”๊ฐ€:

About

personal website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published