-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: Update the config file with updated info
Signed-off-by: Edward Haas <[email protected]>
- Loading branch information
Showing
1 changed file
with
14 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|