From e325892acbab1edfb470c1bd58becf72acc04425 Mon Sep 17 00:00:00 2001 From: Oliver Stapleton Date: Mon, 11 Aug 2014 11:19:28 +0200 Subject: [PATCH] Removed some content from the config file Reverts of my earlier changes, content should not be stored in configuration. --- _config.yml | 18 ++++++------------ _includes/about.html | 4 ++-- _includes/footer.html | 2 +- _includes/header.html | 4 ++-- 4 files changed, 11 insertions(+), 17 deletions(-) diff --git a/_config.yml b/_config.yml index 6225d48..3e4841c 100644 --- a/_config.yml +++ b/_config.yml @@ -1,16 +1,6 @@ # Site settings title: Freelancer -header: -tagline: Web Developer - Graphic Artist - User Experience Designer - -about-left: Freelancer is a free bootstrap theme created by Start Bootstrap. The download includes the complete source files including HTML, CSS, and JavaScript as well as optional LESS stylesheets for easy customization. - -about-right: Whether you're a student looking to showcase your work, a professional looking to attract clients, or a graphic artist looking to share your projects, this template is the perfect starting point! - -credits: Freelance is a free to use, open source Bootstrap theme created by Start Bootstrap. - 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." # Color settings (hex-codes without the leading hash-tag) @@ -19,16 +9,20 @@ color: secondary: 2c3e50 #FD6E8A secondary-dark: 233140 #A2122F -# Social mnetworks usernames (many more available: facebook, flickr, google-plus, dribbble, pinterest, instagram, tumblr, etc.) +# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.) social: - title: twitter url: http://twitter.com/jekyllrb + - title: facebook + url: + - title: stack-overflow + url: http://stackoverflow.com/questions/tagged/jekyll - title: bitbucket url: http://bitbucket.org/jekyll - title: github url: http://github.com/jekyll -# Postal address +# Postal address (add as many lines as necessary) address: - line: 3481 Melrose Place - line: Beverly Hills, CA 90210 diff --git a/_includes/about.html b/_includes/about.html index 9a14f91..3e21ec4 100644 --- a/_includes/about.html +++ b/_includes/about.html @@ -9,10 +9,10 @@
-

{{ site.about-left }}

+

Freelancer is a free bootstrap theme created by Start Bootstrap. The download includes the complete source files including HTML, CSS, and JavaScript as well as optional LESS stylesheets for easy customization.

-

{{ site.about-right }}

+

Whether you're a student looking to showcase your work, a professional looking to attract clients, or a graphic artist looking to share your projects, this template is the perfect starting point!

diff --git a/_includes/header.html b/_includes/header.html index 6a16325..a768e19 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -41,9 +41,9 @@
- {% if site.header %}{{ site.header }}{% else %}{{ site.title }}{% endif %} + {{ site.title }}
- {{ site.tagline }} + Web Developer - Graphic Artist - User Experience Designer