# SkunkHTML - 마크다운으로 GitHub Page에 웹사이트 자동 생성

> Clean Markdown view of GeekNews topic #18522. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=18522](https://news.hada.io/topic?id=18522)
- GeekNews Markdown: [https://news.hada.io/topic/18522.md](https://news.hada.io/topic/18522.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2025-01-01T09:16:02+09:00
- Updated: 2025-01-01T09:16:02+09:00
- Original source: [github.com/MaxGripe](https://github.com/MaxGripe/skunk-html)
- Points: 20
- Comments: 5

## Summary

로컬 작업없이 GitHub에서만 마크다운 블로그를 빠르게 생성할 수 있으며, GitHub Pages를 활성화하면 블로그가 자동으로 완성됩니다. 새로운 마크다운 파일을 업로드하면 GitHub Actions가 이를 감지하여 사이트를 업데이트하고 디플로이합니다. F#과 FSharp.Formatting 라이브러리를 사용하여 마크다운을 HTML로 변환하며, Giscus 댓글 시스템을 지원합니다.

## Topic Body

- 60초내에 GitHub에 마크다운 블로그를 생성 가능   
  - Repo를 Fork한후 GitHub 설정에서 GitHub Pages를 활성화하면 바로 블로그 완성   
  - 이제 마크다운만 추가로 업로드 하면 새로운 글이 등록됨   
- `/markdown-blog/`에 새 .md 파일이 들어오면 GitHub Actions가 이를 감지해서 푸시하고 빌드 프로세스 시작. 업데이트된 사이트를 디플로이   
- 마크다운에서 HTML로 변환은 F#과 FSharp.Formatting 라이브러리 이용   
- Giscus 댓글 시스템 지원   
- 로컬에 다운로드 할 필요없이 GitHub 에서 100% 온라인으로 작업 가능   
- MVP.css(스타일링) + microlight.js(구문강조)

## Comments



### Comment 33097

- Author: xguru
- Created: 2025-01-07T16:17:21+09:00
- Points: 1

GeekNight 페이지를 이걸로 만들어봤습니다. 편하고 좋네요.   
https://geeknight.hada.io/

### Comment 32861

- Author: iolothebard
- Created: 2025-01-01T23:06:49+09:00
- Points: 1

Static site generator는 지치지도 않고 꾸준히 새로 나오네요. ㅎ

### Comment 33098

- Author: ifmkl
- Created: 2025-01-07T16:36:24+09:00
- Points: 1
- Parent comment: 32861
- Depth: 1

저도 제 블로그는 전용 ssg 간단하게 만들어서 쓰고 있는데, 요구사항이 다양하니 그럴수 밖에 없는거 같아요. ㅎㅎ

### Comment 33249

- Author: iolothebard
- Created: 2025-01-10T14:37:31+09:00
- Points: 1
- Parent comment: 33098
- Depth: 2

사실 저도 제 블로그용으로 ssg 만들어서 쓰고 있지만…  
딱히 공개할만한게 아니라서 ㅎㅎ  
https://github.com/iolo/fastpress

### Comment 32946

- Author: bobross0
- Created: 2025-01-03T15:56:39+09:00
- Points: 1
- Parent comment: 32861
- Depth: 1

그러게요ㅋㅋ 근데도 흥미롭네요
