Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull Changes #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 9 additions & 19 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#

# Name of your site (displayed in the header)
name: Your Username
name: Harley Mayes

# Short bio or description (displayed in the header)
description: Programmer From Somewhere On Earth
description: My name is Harley. I make <code>websites</code> when I'm bored.


#
Expand All @@ -15,31 +15,21 @@ description: Programmer From Somewhere On Earth

# Includes an icon in the footer for each username you enter
footer-links:
dribbble:
email: [email protected]
facebook:
flickr:
github: AkshayAgarwal007
instagram:
linkedin: akshay-agarwal-782018a4
pinterest:
rss: # just type anything here for a working RSS icon
twitter:
stackoverflow: # your stackoverflow profile, e.g. "users/3807565/akshay"
youtube: # channel/<your_long_string> or user/<user-name>
googleplus: # anything in your profile username that comes after plus.google.com/
email: [email protected]
github: harleyyyyymayes
rss: HMayesSchoolProjects


# Enter your Disqus shortname (not your username) to enable commenting on posts
# You can find your shortname on the Settings page of your Disqus account
disqus:
disqus: harleymayes

# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics:
#google_analytics:

# Your website URL (e.g. http://akshayagarwal007.github.io)
# Used for Sitemap.xml and your RSS feed
url:
url: http://school.harleyyyyymayes.uk

# If you're hosting your site at a Project repository on GitHub pages
# (http://yourusername.github.io/repository-name)
Expand Down Expand Up @@ -78,4 +68,4 @@ exclude:
- Gemfile.lock
- LICENSE
- README.md
- CNAME
- CNAME
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
<div class="ch-info-front ch-img-1"></div>
<div class="ch-info-back">
<h3>{{site.name}}</h3>
<p></br><a href="https://linkedin.com/in/{{ site.footer-links.linkedin }}">View on LinkedIn</a></p>
<p></br><a href="https://github.com/harleyyyyymayes/{{ site.footer-links.github }}">View on Github</a></p>
</div>
</div>
</div>
Expand Down