Configuration
This section covers the configuration options and settings for your Jekyll website.
-
Jekyll Site Configuration Guide
Jekyll Site Configuration Guide Overview The _config.yml file is the central configuration file for a Jekyll website. It controls site-wide settings, plugins, collections, pagination, and other critical aspects of your site’s behavior. Site Identity and URL Configuration baseurl: "" url: "https://snowlake-jekyll-v2.pages.dev" permalink: "/:title" Parameters baseurl: Subpath of your site (e.g., /blog) Used when your site is hosted in a subdirectory Leave empty for root-level deployment url: Base hostname and protocol