Removed some content from the config file
Reverts of my earlier changes, content should not be stored in configuration.
This commit is contained in:
parent
0b75986e6c
commit
e325892acb
18
_config.yml
18
_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 <a href="http://startbootstrap.com">Start Bootstrap</a>.
|
||||
|
||||
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
|
||||
|
|
|
@ -9,10 +9,10 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<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 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 class="col-lg-8 col-lg-offset-2 text-center">
|
||||
<a href="#" class="btn btn-lg btn-outline">
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
</div>
|
||||
<div class="footer-col col-md-4">
|
||||
<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>
|
||||
|
|
|
@ -41,9 +41,9 @@
|
|||
<div class="col-lg-12">
|
||||
<img class="img-responsive" src="img/profile.png" alt="">
|
||||
<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">
|
||||
<span class="skills">{{ site.tagline }}</span>
|
||||
<span class="skills">Web Developer - Graphic Artist - User Experience Designer</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue