https://github.com/sylvainhalle/fantasticwindmill
A static web site generator for PHP programmers
https://github.com/sylvainhalle/fantasticwindmill
php static-site-generator
Last synced: 8 months ago
JSON representation
A static web site generator for PHP programmers
- Host: GitHub
- URL: https://github.com/sylvainhalle/fantasticwindmill
- Owner: sylvainhalle
- License: gpl-3.0
- Created: 2013-01-25T23:33:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T15:30:09.000Z (about 2 years ago)
- Last Synced: 2025-02-01T20:44:57.463Z (over 1 year ago)
- Topics: php, static-site-generator
- Language: PHP
- Size: 324 KB
- Stars: 15
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
Fantastic Windmill
==================
Fantastic Windmill (FW) is a *static web site generator*: it reads content
from a set of source files, applies a presentation template to them and
saves the output as a set of static HTML files. The main difference with
respect to other generators is that FW relies on a very small set of
concepts to provide the same functionality. As a matter of fact, if you know
how to write web pages in PHP, then setting up a static web site using FW
should be very, very easy. Cloning and tweaking this repository might be
all you need.
For more information, please refer to Fantastic Windmill's
[documentation](http://sylvainhalle.github.io/FantasticWindmill/) --which,
by the way, is probably the shortest of all static web site generators.
Enjoy!