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
Installation:
To install Jekyll-Skeleton, follow these steps:
- Clone this repository to your local machine.
git clone [repository_url]
- Install the necessary dependencies using Yarn.
yarn install
- Customize the site according to your needs by modifying the files and configurations provided in the repository.
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.