Skip to content

Commit

Permalink
Made the site description configurable (sharu725#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam authored and nelsonmestevao committed Apr 17, 2019
1 parent f1dbf72 commit b912256
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
title: My Resume
url: 'http://webjeda.com'
baseurl: '/online-cv' #change it according to your repository name
description: A beautiful Jekyll theme for creating resume
# Style will be applied only after restarting the build or serve. Just choose one of the options.
theme_skin: blue # blue turquoise green berry orange ceramic
chrome_mobile_color: #use hex colors (ex:#1976d2) or leave empty if you don't want a color for chrome mobile searchbar
Expand Down
3 changes: 2 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
{% endif%}
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A beautiful Jekyll theme for creating resume">
<meta name="description" content="{{ site.description |default: "A beautiful
Jekyll theme for creating resume" }}">

<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico">
Expand Down

0 comments on commit b912256

Please sign in to comment.