Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Jekyll theme by Deenesh Chowdhary with responsive Skeleton CSS, Google Fonts, pure HTML5/CSS, and no JavaScript.
Handsomely Theme is a minimal Jekyll template by Deenesh Chowdhary that builds static websites using pure HTML5 and CSS with no JavaScript. It is designed for lightweight personal sites and runs entirely on Jekyll's static site generator.
Handsomely Theme is an open-source Jekyll theme that produces static HTML output from Markdown and configuration files. Its core function is to provide a clean, minimal starting point for building a website without client-side scripting. The theme takes as input the Jekyll source directory, including _config.yml, and outputs a fully built website that can be previewed locally or deployed. The author, Deenesh Chowdhary, released it under the MIT License, and a live demo is available at deeneshchowdhary.github.io/handsomely.
jekyll serve --watch to build the site and watch for source file changes.Yes. The theme is open source under the MIT License, so you can use it for personal or commercial projects, and you retain the license text from the repository.
No. The theme is built with pure HTML5 and CSS only, with no JavaScript files included. This means interactions are limited to standard HTML and CSS behaviors.
Clone the repository, navigate to its directory, and run jekyll serve --watch in the command line. This builds the site and automatically reloads when you change source files.
It uses Skeleton, a responsive CSS boilerplate from getskeleton.com, for the grid and responsive behavior. This keeps the CSS footprint small compared with full frameworks.
The readme specifically says to edit _config.yml to update fields for your website. For deeper styling, you can modify the theme's HTML and SCSS/CSS files directly, since the theme is meant to be simple.
