{"id":22300336,"url":"https://github.com/dropseed/combine","last_synced_at":"2025-07-29T02:31:41.814Z","repository":{"id":32580737,"uuid":"137275296","full_name":"dropseed/combine","owner":"dropseed","description":"Building websites like the good old days.","archived":false,"fork":false,"pushed_at":"2024-11-05T21:00:22.000Z","size":625,"stargazers_count":12,"open_issues_count":10,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-30T14:55:31.375Z","etag":null,"topics":["html","jinja","static-site-generator"],"latest_commit_sha":null,"homepage":"https://combine.dropseed.dev","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dropseed.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-13T21:50:06.000Z","updated_at":"2024-11-05T21:00:05.000Z","dependencies_parsed_at":"2023-02-14T10:46:47.891Z","dependency_job_id":null,"html_url":"https://github.com/dropseed/combine","commit_stats":null,"previous_names":[],"tags_count":59,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropseed%2Fcombine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropseed%2Fcombine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropseed%2Fcombine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dropseed%2Fcombine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dropseed","download_url":"https://codeload.github.com/dropseed/combine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227971951,"owners_count":17849421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["html","jinja","static-site-generator"],"created_at":"2024-12-03T18:10:33.366Z","updated_at":"2024-12-03T18:10:34.124Z","avatar_url":"https://github.com/dropseed.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Combine\n\n**Build a straightforward marketing or documentation website with the power of [Jinja](http://jinja.pocoo.org/).\nNo fancy JavaScript here \u0026mdash; this is just like the good old days.**\n\nPut your site into the \"content\" directory and Combine will:\n\n- Render files using Jinja\n- Create pretty URLs (\"file-system routing\")\n- Inject variables\n- Run custom build steps (like building Tailwind)\n\nMost sites follow a simple pattern.\n\nCreate a `base.template.html`:\n\n```html+jinja\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eMy site\u003c/title\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n    {% block content %}{% endblock %}\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\nAnd use it (ex. `pricing.html`):\n\n```html+jinja\n{% extends \"base.template.html\" %}\n\n{% block content %}\n\u003cdiv class=\"pricing\"\u003e\n    \u003cdiv class=\"flex\"\u003e\n        ...\n    \u003c/div\u003e\n\u003c/div\u003e\n{% endblock %}\n```\n\nIn the end, you get a static HTML site that can be deployed almost anywhere.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdropseed%2Fcombine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdropseed%2Fcombine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdropseed%2Fcombine/lists"}