mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-02 10:45:24 -05:00
11 lines
383 B
YAML
11 lines
383 B
YAML
# Site settings
|
|
title: Your awesome title
|
|
email: your-email@domain.com
|
|
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
|
|
baseurl: ""
|
|
url: "http://yourdomain.com"
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
permalink: pretty
|