Voldemort is a simple static site generator using Jinja2 and markdown templates.
Source Code
Voldemort at GitHub
Installation
sudo easy_install -U voldemort
Usage Options
Usage: voldemort [options]
Options:
-h, --help show this help message and exit
-w WORK_DIR, --work_dir=WORK_DIR
Working Directory
-s, --serve Start the HTTP Server
-p PORT, --port=PORT Port inwhich the HTTPServer should run
-d, --deploy Deploy this website
-u USER, --user=USER Login name for server
-a AT, --at=AT Server address to deploy the site
-t TO, --to=TO Deployment directory
Usage Example
Go to the example directory
cd example
and run
voldemort
start the HTTPServer
voldemort --serve --port 8080
Open your browser and see the website in action.
Deploy the website
voldemort --deploy --user foobarnb --at foobarnbaz.com --to ~/public_html
Product's homepage
Requirements:
· Python