Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Jekyll site template for blog and project pages with Sass support and rake-based build workflow.

Free HugoBlox link-in-bio template with unlimited links, custom domain support, and Markdown ownership — a zero-fee Linktree alternative.

Start a React project in 30 seconds: React, Bootstrap, SASS, Gitpod. Video Tutorial.

Victor Hugo is a Netlify boilerplate combining the Hugo static site generator with a Webpack 5 asset pipeline.

Next.js template using Redis as a session store with NextAuth.js, supporting GitHub and Discord authentication.
Exemplar is a Jekyll site template for creating blog and project pages, built to run on the Jekyll static site generator with the Sass CSS preprocessor.
Exemplar is a minimal Jekyll site template whose core function is to provide a starting point for a personal blog and project showcase. It takes content written for Jekyll and renders a static HTML site, with styles compiled from Sass. The template requires the jekyll and sass gems to be installed on your machine, and it optionally supports the Bourbon Sass mixin library. The project is hosted in a public GitHub repository and has received 72 stars.
_sass folder and uses Sass to generate CSS. The sass gem is a required dependency.rake or rake watch starts Jekyll on port 4000 and watches Sass files for changes, giving a live development server.rake generate produces a production-ready site that strips Sass comments from the output.gem install bourbon and then run cd _sass && bourbon install (or bourbon update later) to include Bourbon mixins.rake watch, and you have a live site on port 4000 to write and preview posts.rake generate to output a deployable static site._sass folder, and the guard process will recompile them during development.After installing the required gems, run rake (or rake watch) to start a local Jekyll server on port 4000 while watching Sass. For deployment, stop the watcher and run rake generate to build a production site without Sass comments. If you use Bourbon, install it into _sass and later refresh it with bourbon update.
You need Ruby and the jekyll and sass gems installed. The README instructs running gem install jekyll and gem install sass before starting. Bourbon is optional but recommended if you want to use its mixins.
Run rake or rake watch in the project root. This starts Jekyll on port 4000 and watches your Sass files, so changes are recompiled automatically while the server is running.
Stop the rake watch process and run rake generate. This produces a production-ready site without the Sass comments that appear in development, making the output cleaner for deployment.
Yes, navigate to the _sass folder and run bourbon update. This refreshes the Bourbon files inside your Sass directory, as described in the repo's setup instructions.
