StaticPipes is a Python static website generator designed around configurable pipelines rather than imposing a particular project structure or publishing workflow.
A site is assembled from a collection of pipes and processes selected by the developer. Each pipe performs a task such as copying files, rendering templates or transforming assets. Processes can also be chained so that a source file passes through multiple operations before reaching the generated site. Developers with specialist requirements can extend the supplied base classes and add their own processing logic.
StaticPipes also treats checking the generated website as part of the build process rather than an entirely separate task.
This is free and open source software.
Key Features
- Provides build, watch, and local serving commands.
- Uses a Python configuration file to define the site’s processing pipeline.
- Supports Jinja templates for generating HTML content.
- Copies selected file types and directory structures into the generated website.
- Supports asset versioning for cache-friendly CSS and JavaScript filenames.
- Can expose generated asset names to Jinja templates.
- Provides configurable handling of source subdirectories.
- Can exclude underscore-prefixed directories containing templates or other source material.
- Minifies JavaScript and CSS.
- Supports process chains for applying multiple transformations to the same source file.
- Lets developers implement custom pipes by extending the supplied base classes.
- Includes optional Markdown and YAML processing support.
- Checks generated HTML for problems such as missing image alt attributes.
- Checks internal links to identify missing destinations.
- Reports build-time website problems alongside the generated output.
Website: github.com/TeacakeTech/staticpipes-core
Support:
Developer: Teacake Tech
License: BSD 3-Clause “New” or “Revised” License
StaticPipes is written in Python. Learn Python with our recommended free books and free tutorials.
Related Software
| Python Static Site Generators | |
|---|---|
| MkDocs | Project documentation with Markdown. It's easy to use and extensible |
| Pelican | Static site generator that supports Markdown and reST syntax |
| Sphinx | Create intelligent and beautiful documentation for Python projects |
| Lektor | Flexible and powerful static content management system |
| Nikola | Static website and blog generator |
| Bestatic | Really minimal yet feature-rich |
| Teedoc | Simple static website/document/blog generator |
| makesite | Simple, lightweight, and magic-free static site/blog generator |
| Prosopopee | Static site generator for your story |
| Grow | Declarative website generator |
| Hyde | Support for powerful template languages like Jinja2 |
| Cactus | Simple but powerful static website generator |
| Stapy | Works with Python on any operating system without additional packages. |
| Frozen-Flask | Freezes a Flask application into a set of static files |
| Blurry | Focused on page speed and SEO |
| Urubu | Micro content management system for static websites |
| Miyadaiku | Suitable for blogs, documentation, and other static publishing projects |
| incorporeal-cms | Lightweight static site generator for Markdown-based sites |
| blag | Blog-aware, static site generator which uses Markdown |
| wmk | Flexible and versatile static site generator |
| Pagegen | With reStructuredText or Markdown markup and Mako templates |
| Baku | Simple, Markdown-based blogging engine/static website generator |
| Aurora | Support for static and incremental builds |
| Genja | Uses Jinja templates for page rendering |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |


Please read our Comment Policy before commenting.