
Yet another simple static site starter (for Jekyll)
Yassss is a simple static site starter built by Interdiscipline (Grant Blakeman). It is a Jekyll app that builds CDN-ready static content with proper asset cache-busting. Yassss assumes deployment to Amazon S3 via CircleCI and adds support for a content section/tag that is parsed with Markdown. The goal of Yassss is to provide a quick and easy way to spin up a new static site using Jekyll without much tinkering. It has some opinionated structure to the JavaScript, Sass/CSS, and accompanying linting, but these can be easily changed/removed.
CDN-ready static content - Yassss builds static content that is ready to be deployed to a CDN, specifically Amazon S3. This ensures fast and efficient delivery of website assets.
Asset cache-busting - Yassss includes proper asset cache-busting techniques, ensuring that updated versions of assets are fetched by clients instead of using cached versions.
Content section/tag support - Yassss adds support for a content section/tag that is parsed with Markdown. This allows for easy management of dynamic content within the static site.
Ease of use - Yassss aims to provide a quick and easy way to set up a new static site using Jekyll. It has opinions but allows for easy customization to fit different project needs.
Yassss is a simple static site starter built with Jekyll that aims to make it quick and easy to set up a new static site without much tinkering. It includes features like CDN-ready static content, asset cache-busting, and support for a content section/tag parsed with Markdown. Yassss has opinions but allows for customization to fit different project needs. It also includes support for CircleCI deployment and integrates with AWS for static hosting.

Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.
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.
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.