Tulz.net
Developer Tools

Jekyll Config Builder

Build your Jekyll _config.yml file with an easy visual interface

Site Configuration

Basic Information

Main site details

Social & Contact

Connect with your audience

Build Settings

Jekyll configuration

Live Preview

# Site Settings
title: "My Jekyll Site"
description: "A beautiful Jekyll website"
# baseurl: ""
url: "https://example.com"

# Contact Information
email: hello@example.com
# twitter_username: username
# github_username: username

# Build Settings
theme: minima
markdown: kramdown
plugins:
  - jekyll-feed
  - jekyll-seo-tag

# Exclude from processing
exclude:
  - Gemfile
  - Gemfile.lock
  - node_modules
  - vendor/bundle/
  - vendor/cache/
  - vendor/gems/
  - vendor/ruby/

About Jekyll Config Builder

Jekyll is a popular static site generator. The _config.yml file is essential for configuring your Jekyll site. This tool helps you create a properly formatted configuration file without memorizing the YAML syntax.

Simply fill in the form fields, see your configuration update in real-time, and download the ready-to-use _config.yml file for your Jekyll project.