quartz/content/Static Site Generators.md
Miguel Pimentel a931a4f6ba
Pull-Request [ariasae-12-12-2023] from Obsidian (#44)
* PUSH NOTE : Past Titles and Roles.md

* PUSH NOTE : Projects.md

* PUSH NOTE : Dominican Republic.md

* PUSH NOTE : Bulma.md

* PUSH NOTE : Markup Language.md

* PUSH NOTE : Notes on CSS.md

* PUSH NOTE : Rhizomatic Learning.md

* PUSH NOTE : Zola.md

* PUSH NOTE : Static Site Generators.md

* PUSH NOTE : NeoVim.md

* PUSH NOTE : Markdown.md

* PUSH NOTE : Chuckwalla.md

* PUSH NOTE : index.md

* PUSH NOTE : Consistency.md

* PUSH NOTE : About.md
2023-12-12 19:18:27 -06:00

17 lines
588 B
Markdown

---
title: Static Site Generator
tags:
- markdown
updated: 2023-12-12
compartir: true
---
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]]