Skip to content

Commit f29a67c

Browse files
committed
Add Stenope: a static website generator for Symfony apps & developers
1 parent f1082ca commit f29a67c

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

src/site/generators/stenope.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Stenope
3+
repo: StenopePHP/Stenope
4+
homepage: https://stenopephp.github.io/Stenope/
5+
language:
6+
- PHP
7+
license:
8+
- MIT
9+
templates:
10+
- Twig
11+
- Markdown
12+
- HTML
13+
- Yaml
14+
- JSON
15+
description: Static website generator for Symfony apps & developers
16+
---
17+
18+
Stenope is a bundle & CLI tool for Symfony developers.
19+
20+
## Philosophy and goals
21+
22+
Stenope was designed with these goals in mind:
23+
24+
- Stenope meets your needs, not the other way around. No structure nor format is imposed.
25+
- Stenope runs in any Symfony project out of the box, connects with standard Symfony components and feels natural to Symfony developers.
26+
- Stenope is highly extensible: features can be replaced, added or removed.
27+
28+
The bundle also comes with a handy set of content manager, providers & tools to help you generate pages from YAML, Markdown or JSON content files (or virtually any format supported by Symfony's Serializer or your owns).
29+
30+
## What Stenope is not
31+
32+
Stenope is not a ready-to-use blogging system: but you could quickly write your own blog system with it!
33+
34+
## References
35+
36+
- [Documentation](https://stenopephp.github.io/Stenope/)
37+
- [Issue tracker](https://github.com/StenopePHP/Stenope/issues)

0 commit comments

Comments
 (0)