changes
This commit is contained in:
parent
86bb159d44
commit
1a2fed19b0
59 changed files with 6691 additions and 11 deletions
71
_config.yml
Normal file
71
_config.yml
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
# Site settings
|
||||
title: Freelancer
|
||||
email: your-email@domain.com
|
||||
url: https://github.com/jeromelachaud/freelancer-theme
|
||||
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."
|
||||
keywords: "your keywords, separated by commas"
|
||||
skills: "Web Developer - Graphic Artist - User Experience Designer"
|
||||
meta_author: LastName FirstName
|
||||
|
||||
# Google webmaster tools
|
||||
google_verify:
|
||||
|
||||
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
|
||||
bing_verify:
|
||||
|
||||
# Contact form:
|
||||
# - static : pass through formspree.io to validate email sending
|
||||
# - disqus : replace contact form by disqus thread
|
||||
# - comment the line below if you want to stick with the default PHP contact form
|
||||
contact: static
|
||||
|
||||
# If you use disqus you need disqus shortname
|
||||
# https://help.disqus.com/customer/portal/articles/466208
|
||||
disqus_shortname: myshortname
|
||||
|
||||
# Color settings (hex-codes without the leading hash-tag)
|
||||
color:
|
||||
primary: 18bc9c #80B3FF
|
||||
primary-rgb: "24,288,156" #"128,179,255"
|
||||
secondary: 2c3e50 #FD6E8A
|
||||
secondary-dark: 233140 #A2122F
|
||||
|
||||
# Footer settings
|
||||
footer:
|
||||
copyright: Dr. Henry Jekyll
|
||||
location: Location
|
||||
social: Around the Web
|
||||
credits: Credits
|
||||
|
||||
# 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 (add as many lines as necessary)
|
||||
address:
|
||||
- line: 3481 Melrose Place
|
||||
- line: Beverly Hills, CA 90210
|
||||
|
||||
# Credits content
|
||||
credits: 'Freelancer is a free to use, open source Bootstrap theme created by <a href="http://startbootstrap.com">Start Bootstrap</a>.'
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
permalink: pretty
|
||||
|
||||
#for posts
|
||||
defaults:
|
||||
- scope:
|
||||
path: ""
|
||||
type: "posts"
|
||||
values:
|
||||
permalink: ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue