Basic Theme Setup Estimated reading: 1 minute 182 views Contributors Summary: This guide explains how to configure your site details in the _config.yml file, covering important settings like title, description, and base URL. Learn how to update your favicon easily. This document covers the setup and options of theme feature described in the doc title Site details Add your site details in _config.yml : title: Docs description: Documentation Jekyll theme. lang: en # Site subpath, e.g. /blog baseurl: "" # Permalink URLs structure, for permalink style options see: https://jekyllrb.com/docs/permalinks/ permalink: /:title/ # Site base hostname & protocol, e.g. http://example.com url: "https://docs.jekyll.plus" # Site logo # e.g. logo.png, upload logo image file to /uploads/ folder logo: Update favicon You can find the current favicon (favicon.ico) inside the theme /img/ directory, just replace it with your new favicon. Basic Theme Setup - PreviousTheme InstallationNext - Basic Theme SetupCreating your first post in Jekyll