Skip to content

Commit

Permalink
Merge pull request sylhare#59 from ryanking13/master
Browse files Browse the repository at this point in the history
Fix _config.yml for customizable title, description
  • Loading branch information
gmoon92 committed Mar 22, 2018
2 parents 19e934f + 436b098 commit 0f09a9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# SITE CONFIGURATION
baseurl: "/Type-on-Strap"
url: "https://sylhare.github.io"

title: Type on Strap # site's title
description: "A website with blog posts and pages" # used by search engines
# THEME-SPECIFIC CONFIGURATION
theme_settings:
# Meta
title: Type on Strap
title: Type on Strap # blog's title
avatar: assets/img/triangle.svg
favicon: assets/favicon.ico
gravatar: # Email MD5 hash
description: "A website with blog posts and pages" # used by search engines

# Header and footer text
header_text: > #two or three lines to describe your site
Expand Down

0 comments on commit 0f09a9f

Please sign in to comment.