Skip to content

Commit b9b5f83

Browse files
Add PicoSSG.dev (#1043)
* Add PicoSSG PicoSSG is a minimal static site generator that processes markdown, nunjucks templates, and static files into a clean website with no configuration. * Update repository link, not sure this fixes the invalid syntax
1 parent 5f52740 commit b9b5f83

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/site/generators/picossg.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: PicoSSG
3+
repo: https://codeberg.org/wolframkriesing/picossg
4+
homepage: https://picossg.dev/
5+
language:
6+
- JavaScript
7+
license:
8+
- AGPL-3.0
9+
templates:
10+
- Nunjucks
11+
- HTML
12+
- Markdown
13+
description: The anti-framework static site generator
14+
---
15+
16+
PicoSSG is a minimal static site generator built on the philosophy of simplicity and predictability.
17+
It processes your markdown, nunjucks templates, and static files into a clean, static website with no configuration (unless you need it).
18+
19+
One of PicoSSG's most valuable features is its predictable 1:1 mapping from source to output.

0 commit comments

Comments
 (0)