https://github.com/regisb/pixiequeen
A minimal static website generator powered by Python and Mako templates
https://github.com/regisb/pixiequeen
Last synced: over 1 year ago
JSON representation
A minimal static website generator powered by Python and Mako templates
- Host: GitHub
- URL: https://github.com/regisb/pixiequeen
- Owner: regisb
- Created: 2015-01-30T17:02:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-29T11:33:59.000Z (about 11 years ago)
- Last Synced: 2025-01-21T19:16:57.081Z (over 1 year ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Pixie Queen
===========
PixieQueen is a minimal static website generator.
Install
-------
pip install -e git+https://github.com/regisb/pixiequeen.git#egg=pixiequeen
Usage
-----
The HTML templates are written in the
`Jinja2 `_ template language.
The layout of your website is declared using Python variables in the `pq.py`
file inside the source directory. For an example website, take a look at the
`example/` directory.
Create your first static website::
pixify ./example ./www
You can start an HTTP server If you wish to view your rendered website at the
same time as you create it::
pixify --serve ./example ./www