Puppy

screenshot of Puppy
scss

Starter kit and delivery system for building static prototypes with Twig

Overview

Puppy is a static site generator that allows developers to easily create static websites using HTML or Twig templates. It includes a number of features for authoring pages, styling with Sass, and bundling assets with Webpack. Puppy is designed to be simple and efficient, generating a static site in the dist directory.

Features

  • HTML or Twig templates for authoring pages
  • Sass stylesheets for easy styling
  • JavaScript files transpiled with Babel for modern syntax support
  • Static assets bundled with Webpack
  • Gulp for generating the static site

Summary

Puppy is a powerful static site generator that allows developers to quickly create static websites. It offers HTML and Twig templates, Sass for styling, and JavaScript transpiled with Babel. With its easy installation process and comprehensive features, Puppy is a great choice for your next static site project.

scss
SCSS

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.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

webpack
Webpack

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.