Navigation Menu

Skip to content

B-Rich/pyblue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Pyblue

A simple static site generator. Zero configuration. Works with any existing site.

PyBlue allows the reuse of data and visuals (header/footer) across many pages and it can generate static sites from dynamic templates.

PyBlue also makes it easy to use Markdown inside of webpages.

This file is located in docs/index.html of the PyBlue distribution.

Install

Install it with easy_install pyblue or pip install pyblue --upgrade

Alternatively download it from the PyBlue at PyPI site.

Note: Version 2.0 of pyblue moved from Mako Templates to Django Templates and with that introduced other semantic differences. To install the last version of the 1.* line use: easy_install pyblue==1.1.2 or pip install pyblue=1.1.2. See also the docs at: Pyblue 1.1.2

Usage

  • Launch pyblue to serve a directory pyblue serve -r docs.
  • View your site by visiting http:://localhost:8080.
  • Edit your pages and make changes. Reload to page to see your edits.
  • Finally, generate static output with: pyblue make -r docs -o html

Documentation

The PyBlue documentation was generated with PyBlue itself.

You can also browse the help in source format for examples.

Licensing

About

Static website generator for data reporting

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.0%
  • Makefile 3.0%