Skip to content

Commit

Permalink
config: Update the config file with updated info
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Haas <[email protected]>
  • Loading branch information
EdDev committed May 26, 2019
1 parent f610633 commit c2e69af
Showing 1 changed file with 14 additions and 21 deletions.
35 changes: 14 additions & 21 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: MM
email:
title: EdDev Blog
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
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.
twitter_username: username
github_username: username
EdDev Blog collects snippets of knowledge and shares them with the universe.
This is the home of worthy knowledge.
twitter_username: edward_haas
github_username: EdDev
minimal_mistakes_skin: default
search: true

Expand Down Expand Up @@ -58,34 +57,28 @@ plugins:
- jekyll-include-cache

author:
name : "First Lastname"
name : "Edward Haas"
avatar : "/assets/images/bio-photo.jpg"
bio : "My awesome biography constrained to a sentence or two goes here."
bio : "Long time investor in the love-to-code movement."
links:
- label: "Website"
- label: "ehaas.net"
icon: "fas fa-fw fa-link"
url: "https://"
url: "https://ehaas.net"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/"
url: "https://twitter.com/edward_haas"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/"
url: "https://github.com/EdDev"

footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/"
url: "https://twitter.com/edward_haas"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/"
url: "https://github.com/EdDev"

defaults:
# _posts
Expand Down

0 comments on commit c2e69af

Please sign in to comment.