Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal landing page and integrated blog theme built with 11ty and Sass.
11ty-Serene is a minimal landing-page theme with an integrated blog, built on the Eleventy static site generator and styled with Sass.
11ty-Serene is a static-site theme that combines a single-page landing layout and a blog inside one Eleventy project. It takes content written as Eleventy templates and data files, plus styles written in Sass, and outputs a deployable static site of HTML and CSS. The theme was created and published by GitHub user CLCK (CLCK0622) and its official repository description reads: "A minimal theme for a landing page and an integrated blog. Built with 11ty and Sass." Because it is built on Eleventy, the theme requires no client-side JavaScript framework; the build system compiles everything to plain files.
watch:css script for automatic recompilation during development.pnpm install to install dependencies, pnpm run build to compile the site, pnpm run start to run a local development server, and pnpm run watch:css to watch and compile Sass.The repository comes with a standard installation and development workflow. After cloning, run pnpm install to fetch dependencies. For development, run pnpm run watch:css in one terminal and pnpm run start in another; the first recompiles Sass on changes while the second serves the site locally. When ready to ship, run pnpm run build to produce the final static output.
Yes. The repository description explicitly states the theme is for "a landing page and an integrated blog," so you get both page and blog functionality in the same Eleventy project.
All scripts use pnpm by default. The install, build, start, and watch commands are all run through pnpm, so you should have pnpm (and a Node.js environment) available.
After installing dependencies, open two terminals. Run pnpm run watch:css to compile Sass on the fly, and pnpm run start to start the local development server.
Running pnpm run build uses Eleventy to generate a static site from the theme's templates and content, and Sass to compile stylesheets, producing a deployable set of HTML and CSS files.
The theme was made by CLCK, whose GitHub account is CLCK0622. The repository link is included in the project documentation.
