Building websites like the good old days.
Combine is a straightforward static site generator that allows users to create marketing or documentation websites using the power of Jinja. Unlike other modern web development frameworks, Combine focuses on simplicity and does not rely on fancy JavaScript. It follows a traditional approach to web development, reminiscent of the "good old days". By placing the site files in the "content" directory, Combine can render pages using Jinja, create user-friendly URLs through file-system routing, inject variables, and run custom build steps such as building Tailwind.
Combine is a simple yet powerful static site generator that enables users to build marketing or documentation websites using Jinja templates. By following a traditional web development approach, Combine focuses on rendering files, creating pretty URLs, injecting variables, and allowing for custom build steps. It generates a static HTML site that can be deployed easily, making it suitable for various hosting platforms. If you prefer a straightforward development process without the complexity of modern frameworks, Combine is a great choice for building your next website.