Skip to content

Instantly share code, notes, and snippets.

@joshmccall221
Created June 12, 2017 15:51
Show Gist options
  • Select an option

  • Save joshmccall221/9edbfdb101e1a0583af97fd7e1021025 to your computer and use it in GitHub Desktop.

Select an option

Save joshmccall221/9edbfdb101e1a0583af97fd7e1021025 to your computer and use it in GitHub Desktop.
Jekyll
url: https://y7kim.github.io => yoursite.com
baseurl: /agency-jekyll-theme/ => /
# Site settings
title: Awesome Title
email: [email protected]
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."
# Team names, titles and social links
people:
- name: Kay Garland
pic: 1
position: Lead Designer
social:
- title: twitter
url: #
- title: facebook
url: #
- title: stack-overflow
url: #
- name: Larry Parker
pic: 2
position: Lead Marketer
social:
- title: twitter
url: #
- title: facebook
url: #
- title: linkedin
url: #
- name: Diana Petersen
pic: 3
position: Lead Developer
social:
- title: twitter
url: #
- title: facebook
url: #
- title: google-plus
url: #
# 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
# Build settings
markdown: kramdown
permalink: pretty
<!DOCTYPE html>
<html>
{% include head.html %}
<body id="page-top" class="index">
{% include header.html %}
{% include services.html %}
{% include portfolio_grid.html %}
{% include about.html %}
{% include team.html %}
{% include clients.html %}
{% include contact.html %}
{% include footer.html %}
{% include modals.html %}
{% include js.html %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment