quartz/content/Static Site Generators.md
Miguel Pimentel e388b3c0f1
Pull-Request [ariasae-9-29-2023] from Obsidian (#15)
* 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
2023-09-29 14:43:32 -05:00

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/).