Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Minimalist Jekyll theme with category archive pages, taglines, and pagination for personal blogs.
Gravity is a minimalist Jekyll theme for personal blogs and portfolios, turning Markdown content into a clean static website with category archive pages and per-page taglines.
Gravity is a free, open-source Jekyll theme created by Hemang Kumar and distributed through the GitHub repository hemangsk/Gravity. It takes Markdown posts and pages as input, processes them through Jekyll's static site generator (which compiles the bundled SASS files via the built-in SCSS compiler), and outputs plain HTML ready to host on any static server. The theme includes four layouts — default, post, page, and archive — and ships with starter posts, example pages, and a feed.xml.
Gravity suits bloggers who want a no-frills Jekyll blog with category organization, developers learning Jekyll who need a clearly documented example of front matter, layouts, and SASS partials, and personal-site owners who want to publish both posts and static pages like about, design, and download with optional taglines.
Install the required gems (Jekyll, bundler, and jekyll-paginate), then clone or download the Gravity repository. Add your Markdown files to _posts and root-level page files, edit _config.yml, and run "jekyll serve" to generate the site locally.
Yes, Gravity is open-source and available on GitHub under the hemangsk/Gravity repository. You can clone it, download the master branch as a zip, or fork it, and the author invites users to create issues for setup problems.
Gravity requires Jekyll itself, the bundler gem, and the jekyll-paginate gem for pagination. All styling uses Jekyll's built-in SCSS compiler, so no separate CSS preprocessor setup is needed.
Create a .markdown file inside the _posts folder, name it using the YEAR-MONTH-DAY-title.markdown format, and add front matter with layout, title, date, and categories. The README provides a concrete example with the title "The One with the Blackout."
Create a .md file in the root directory, set its front matter layout to archive, and provide a category name. Gravity will then generate a page that lists all posts in that category, with an optional tagline.
