About this blog
Jump to Section
What is Jamstack?
Jamstack is an architectural approach that decouples the web experience layer from data and business logic, improving flexibility, scalability, performance, and maintainability.
Jamstack removes the need for business logic to dictate the web experience.
It enables a composable architecture for the web where custom logic and 3rd party services are consumed through APIs.
Static site generator
A tool which can be run as part of a build to transform content, data, and templates into files which can be deployed to a hosting environment as a ready-to-serve web site.
HUGO
| https://gohugo.io/ | |
|---|---|
| 발표일 | 2013-07-05 |
| 저장소 | https://github.com/gohugoio/hugo |
| 언어 | Go |
| 운영체제 | 크로스플랫폼 |
| 플랫폼 | 웹 |
| 종류 | 블로그 퍼블리싱 시스템 |