Jekyll Skeleton

screenshot of Jekyll Skeleton
jekyll
bootstrap

Scaffolding to start with a Jekyll website

Overview:

Jekyll-Skeleton is a basic Jekyll site that serves as a starting point for creating new websites. It provides a blank template without any themes or example posts, allowing users to customize it according to their needs. The site uses a minimalistic design to showcase the website navigation and demonstrate how to add posts and categories.

Features:

  • Automatically generates a sitemap compliant with http://sitemaps.org at /sitemap.xml
  • Generates an Atom feed at /feed.xml
  • Allows easy customization of Bootstrap 4 variables through SASS files
  • Adds metadata tags for better indexing by search engines and social networks
  • Includes multilanguage support with a language navigation menu on each page
  • Implements breadcrumbs for easier navigation on pages and posts

Summary:

Jekyll-Skeleton is a basic Jekyll site that serves as a starting point for creating new websites. It provides useful features such as sitemap generation, multilanguage support, and easy customization of Bootstrap 4 variables. By cloning the repository and customizing it, users can quickly create their own websites without having to build everything from scratch.

jekyll
Jekyll

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.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.