환영합니다!!! 👋
안녕하세요, GalaxyHM 블로그에 오신 것을 환영합니다. 이글은 AI가 만든 테스트용 글입니다.
이 블로그는 Hugo와 PaperMod 테마를 사용하여 만들어졌습니다. 우주를 테마로 한 디자인으로 꾸며보았습니다.
코드 하이라이팅 테스트
Python
def hello_galaxy():
"""우주에서 인사를 보냅니다"""
stars = ["Sirius", "Betelgeuse", "Vega", "Polaris"]
for star in stars:
print(f"Hello from {star}! ⭐")
return "Welcome to the Galaxy!"
if __name__ == "__main__":
message = hello_galaxy()
print(message)
JavaScript
const galaxy = {
name: "Milky Way",
stars: 100_000_000_000,
greet() {
console.log(`Welcome to ${this.name}!`);
console.log(`We have ${this.stars.toLocaleString()} stars.`);
}
};
galaxy.greet();
Bash
#!/bin/bash
echo "🚀 Launching blog..."
# Hugo 서버 시작
hugo server --bind 0.0.0.0 --port 1313
echo "✨ Blog is now live!"
인용문 테스트
“The universe is under no obligation to make sense to you.”
— Neil deGrasse Tyson
리스트 테스트
앞으로 다룰 주제들
- Cloud & Infrastructure
- Kubernetes
- Machine Learning
- DevOps
- 그 외 기술 이야기들
목표
- 꾸준히 글 작성하기
- 배운 것들 정리하기
- 커뮤니티와 지식 공유하기
마무리
앞으로 다양한 기술 관련 글들을 올릴 예정입니다. 많은 관심 부탁드립니다!
감사합니다. 🌌