Skip to main content

A straightforward static site builder.

Project description

Combine

Build a straightforward marketing or documentation website with the power of Jinja. No fancy JavaScript here — this is just like the good old days.

Put your site into the "content" directory and Combine will:

  • Render files using Jinja
  • Create pretty URLs ("file-system routing")
  • Inject variables
  • Run custom build steps (like building Tailwind)

Most sites follow a simple pattern.

Create a base.template.html:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>My site</title>
</head>
<body>
    {% block content %}{% endblock %}
</body>
</html>

And use it (ex. pricing.html):

{% extends "base.template.html" %}

{% block content %}
<div class="pricing">
    <div class="flex">
        ...
    </div>
</div>
{% endblock %}

In the end, you get a static HTML site that can be deployed almost anywhere.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

combine-2.5.0.tar.gz (17.6 kB view details)

Uploaded Source

Built Distribution

combine-2.5.0-py3-none-any.whl (27.2 kB view details)

Uploaded Python 3

File details

Details for the file combine-2.5.0.tar.gz.

File metadata

  • Download URL: combine-2.5.0.tar.gz
  • Upload date:
  • Size: 17.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.8.10 Linux/5.11.0-1027-azure

File hashes

Hashes for combine-2.5.0.tar.gz
Algorithm Hash digest
SHA256 5bb09890869edde85c8d27083bd11ae1338be331ac3d50c630710292b2e7929c
MD5 72783851a107c7aada89bd00065bb3a5
BLAKE2b-256 ae308c87652d07ec33d05fb0a27366721e7181107de6b5380b1ea2d047564dac

See more details on using hashes here.

File details

Details for the file combine-2.5.0-py3-none-any.whl.

File metadata

  • Download URL: combine-2.5.0-py3-none-any.whl
  • Upload date:
  • Size: 27.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.8.10 Linux/5.11.0-1027-azure

File hashes

Hashes for combine-2.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 008a60977841aed94c9eaa8f5f25c3211c1f7fdcc237fbef379adb68bd3a27ad
MD5 847b57411e4637164016fb892137671d
BLAKE2b-256 21d56880e82d78e4b82eaf5f5134efac7ebf42d2adbabfb998ef36ed489d1c28

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page