Files
nexus/wiki/concepts/静态站点生成.md
2026-04-18 16:02:38 +08:00

26 lines
565 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "静态站点生成"
type: concept
tags: []
---
## Definition
静态站点生成Static Site Generation, SSG是一种将 Markdown 等源文件在构建时预渲染为 HTML、CSS、JavaScript 静态文件的生成技术。Quartz、 Hugo、Jekyll、Astro 等都是静态站点生成工具。
## Use Cases
- 个人博客
- 文档网站
- 项目主页
- 知识库
## Connections
- [[Quartz]]Obsidian 的静态站点生成器
- [[Obsidian]]:内容来源
## Related Concepts
- [[静态站点托管]]
- [[动态站点]](如 Next.js、Nuxt