Removed some content from the config file

Reverts of my earlier changes, content should not be stored in
configuration.
main
Oliver Stapleton 10 years ago
parent 0b75986e6c
commit e325892acb

@ -1,16 +1,6 @@
# Site settings # Site settings
title: Freelancer 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 <a href="http://startbootstrap.com">Start Bootstrap</a>.
email: your-email@domain.com 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." 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) # Color settings (hex-codes without the leading hash-tag)
@ -19,16 +9,20 @@ color:
secondary: 2c3e50 #FD6E8A secondary: 2c3e50 #FD6E8A
secondary-dark: 233140 #A2122F 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: social:
- title: twitter - title: twitter
url: http://twitter.com/jekyllrb url: http://twitter.com/jekyllrb
- title: facebook
url:
- title: stack-overflow
url: http://stackoverflow.com/questions/tagged/jekyll
- title: bitbucket - title: bitbucket
url: http://bitbucket.org/jekyll url: http://bitbucket.org/jekyll
- title: github - title: github
url: http://github.com/jekyll url: http://github.com/jekyll
# Postal address # Postal address (add as many lines as necessary)
address: address:
- line: 3481 Melrose Place - line: 3481 Melrose Place
- line: Beverly Hills, CA 90210 - line: Beverly Hills, CA 90210

@ -9,10 +9,10 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-lg-4 col-lg-offset-2"> <div class="col-lg-4 col-lg-offset-2">
<p>{{ site.about-left }}</p> <p>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.</p>
</div> </div>
<div class="col-lg-4"> <div class="col-lg-4">
<p>{{ site.about-right }}</p> <p>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! </p>
</div> </div>
<div class="col-lg-8 col-lg-offset-2 text-center"> <div class="col-lg-8 col-lg-offset-2 text-center">
<a href="#" class="btn btn-lg btn-outline"> <a href="#" class="btn btn-lg btn-outline">

@ -23,7 +23,7 @@
</div> </div>
<div class="footer-col col-md-4"> <div class="footer-col col-md-4">
<h3>Credits</h3> <h3>Credits</h3>
<p>{{ site.credits }}</p> <p>Freelance is a free to use, open source Bootstrap theme created by <a href="http://startbootstrap.com">Start Bootstrap</a>.</p>
</div> </div>
</div> </div>
</div> </div>

@ -41,9 +41,9 @@
<div class="col-lg-12"> <div class="col-lg-12">
<img class="img-responsive" src="img/profile.png" alt=""> <img class="img-responsive" src="img/profile.png" alt="">
<div class="intro-text"> <div class="intro-text">
<span class="name">{% if site.header %}{{ site.header }}{% else %}{{ site.title }}{% endif %}</span> <span class="name">{{ site.title }}</span>
<hr class="star-light"> <hr class="star-light">
<span class="skills">{{ site.tagline }}</span> <span class="skills">Web Developer - Graphic Artist - User Experience Designer</span>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save