이 노트에 대하여
SSG는 마크다운과 같은 원본 파일을 읽어 배포 가능한 HTML 묶음으로 바꾼다. 생성 후에는 별도 백엔드 없이도 빠르고 안정적으로 운영할 수 있어 문서와 블로그에 잘 맞는다. Hugo, Eleventy, Quarto 같은 선택지의 차이를 비교할 때 중심이 되는 개념이다.
관련메타
KEYWORDS
- notes/ #생성기 #이맥스 #닷파일 ‘2024-10-08
- notes/ @힣: 브랜드 세트 - 아이콘 파비콘(favicon) OG이미지 - 나노바나나 ‘2025-02-23 #2026-02-16
BIBLIOGRAPHY
“Static Site Generator.” 2024. https://en.wikipedia.org/w/index.php?title=Static_site_generator&oldid=1228889767.
Static site generator
(“Static Site Generator” 2024)
- Static site generators (SSGs) are software engines that use text input files (such as Markdown, reStructuredText, AsciiDoc and JSON) to generate static web pages. Static sites generated by static site generators do not require a backend after site generation, making them first-class citizens on content delivery networks (CDNs). Some of the most popular static site generators are Jekyll, Hugo, Next.js (JavaScript). SSGs are typically for rarely-changing, informative content, such as product pages, news articles, software documentation, and blogs.
Comments