mirror of
https://github.com/marcobiedermann/search-engine-optimization.git
synced 2025-03-03 04:09:16 -05:00
25 lines
579 B
YAML
25 lines
579 B
YAML
# Site settings
|
|
title: Search Engine Optimization
|
|
description: A helpful checklist / collection of Search Engine Optimization (SEO) tips and technics.
|
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
|
url: "" # the base hostname & protocol for your site
|
|
twitter_username: m412c0b
|
|
github_username: marcobiedermann
|
|
exclude: [readme.md]
|
|
sass:
|
|
style: compressed
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
|
|
# Compress HTML
|
|
compress_html:
|
|
clippings: all
|
|
comments: []
|
|
endings: [p, li, td]
|
|
ignore:
|
|
envs: []
|
|
blanklines: false
|
|
profile: false
|
|
startings: [html, head, body]
|