
A minimal 11ty starting point for building static websites with modern tools.
Deventy is a minimal starting point for building static websites using modern tools. It is designed to prefer the CLI (Command Line Interface) of each development tool, making it easier to upgrade in the future.
Deventy is a minimal starting point for building static websites, offering a range of modern tools to enhance the development process. With features like 11ty, Sass/SCSS, Webpack, Babel, light-server, PostCSS, CSSnano, and Autoprefixer, it provides a complete toolset for efficient website development. To get started, simply install the dependencies using npm and begin building your static website using the power of these tools.

11ty is a static site generator that allows developers to build fast, modern websites using HTML, Markdown, and other templating languages, without the need for a complex build system.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.