mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
15 lines
587 B
Markdown
15 lines
587 B
Markdown
---
|
|
title: "Static Site Generator"
|
|
updated: 2024-02-08
|
|
compartir: true
|
|
tags: [markdown]
|
|
---
|
|
|
|
Static site generators (SSGs) are engines that use text input files (such as [[./Markdown|Markdown]], [reStructuredText](https://docutils.sourceforge.io/rst.html), and [AsciiDoc](https://asciidoc.org/)) to generate static web pages. SSGs are typically for rarely-changing, informative content, such as product pages, news websites, (software) documentation, manuals, and blogs.
|
|
|
|
Popular choices in SSGs include:
|
|
|
|
- [Jekyll](https://jekyllrb.com/)
|
|
- [Hugo](https://gohugo.io/)
|
|
- [[./Zola|Zola]]
|