mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
* PUSH NOTE : Explore the Garden.md * PUSH NOTE : Projects Overview.md * PUSH NOTE : Static Site Generators.md * PUSH NOTE : Public Journal.md * PUSH NOTE : Tools.md * PUSH NOTE : index.md * PUSH NOTE : Unlock Firefox Sidebar.md
13 lines
593 B
Markdown
13 lines
593 B
Markdown
---
|
|
title: Static Site Generator
|
|
tags:
|
|
- markdown
|
|
lastmod: 2023-09-27
|
|
compartir: true
|
|
---
|
|
|
|
|
|
Static site generators (SSGs) are engines that use text input files (such as [[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/), and [Zola](https://www.getzola.org/).
|