Skip to content

Commit 8c80ff9

Browse files
authored
Update README.md (minor)
1 parent e313b88 commit 8c80ff9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
Alteza is a static site generator<sup>[<img height="10" width="10" src="https://upload.wikimedia.org/wikipedia/en/thumb/8/80/Wikipedia-logo-v2.svg/103px-Wikipedia-logo-v2.svg.png" />](https://en.wikipedia.org/wiki/Static_site_generator)</sup> driven by [PyPage](https://github.com/arjun-menon/pypage).
44
Examples of other static site generators can be [found here](https://github.com/collections/static-site-generators).
55

6-
Alteza can be thought of as a simpler and more flexible alternative to static site generators like [Jekyll](https://jekyllrb.com/), [Hugo](https://gohugo.io/), [Zola](https://www.getzola.org/), [Nextra](https://nextra.site/), etc.
7-
8-
The differentiator with Alteza is that the site author (if familiar with Python) will have a lot more
6+
Alteza can be thought of as a simpler and more flexible alternative to static site generators like [Jekyll](https://jekyllrb.com/), [Hugo](https://gohugo.io/), [Zola](https://www.getzola.org/), [Nextra](https://nextra.site/), etc. The differentiator with Alteza is that the site author (if familiar with Python) will have a lot more
97
fine-grained control over the output, than what (as far as I'm aware) any of the existing options offer.
108

11-
The learning curve is also shorter with Alteza. I've tried to follow part of [xmonad](https://xmonad.org/)'s philosophy
9+
The learning curve is also shorter with Alteza. I've tried to follow [xmonad](https://xmonad.org/)'s philosophy
1210
of keeping things small and simple. Alteza doesn't try to do a lot of things; instead it simply offers the core crucial
1311
functionality that is common to most static site generators.
1412

0 commit comments

Comments
 (0)