mirror of
https://github.com/ethanrusz/ethanrusz
synced 2024-11-21 15:57:45 -05:00
Update site name and links
This commit is contained in:
parent
3e58311894
commit
ba134f06e7
1 changed files with 13 additions and 3 deletions
16
_config.yml
16
_config.yml
|
@ -13,7 +13,7 @@
|
||||||
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
# 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
|
# You can create any custom variable you would like, and they will be accessible
|
||||||
# in the templates via {{ site.myvariable }}.
|
# in the templates via {{ site.myvariable }}.
|
||||||
title: Ethan Ruszanowski
|
title: ruszdev
|
||||||
email: ethan@rusz.dev
|
email: ethan@rusz.dev
|
||||||
description: >- # this means to ignore newlines until "baseurl:"
|
description: >- # this means to ignore newlines until "baseurl:"
|
||||||
Blog and portfolio for Ethan Ruszanowski.
|
Blog and portfolio for Ethan Ruszanowski.
|
||||||
|
@ -59,6 +59,9 @@ author:
|
||||||
avatar: "/assets/images/avatar.png"
|
avatar: "/assets/images/avatar.png"
|
||||||
bio: "Data engineer, polyglot developer, and RIT Computing and Information Technologies alum."
|
bio: "Data engineer, polyglot developer, and RIT Computing and Information Technologies alum."
|
||||||
links:
|
links:
|
||||||
|
- label: "Docker Hub"
|
||||||
|
icon: "fas fa-fw fa-docker"
|
||||||
|
url: "https://hub.docker.com/u/ethanrusz"
|
||||||
- label: "Email"
|
- label: "Email"
|
||||||
icon: "fas fa-fw fa-envelope"
|
icon: "fas fa-fw fa-envelope"
|
||||||
url: "mailto:ethan@rusz.dev"
|
url: "mailto:ethan@rusz.dev"
|
||||||
|
@ -78,6 +81,13 @@ footer:
|
||||||
icon: "fab fa-fw fa-github"
|
icon: "fab fa-fw fa-github"
|
||||||
url: "https://github.com/ethanrusz"
|
url: "https://github.com/ethanrusz"
|
||||||
|
|
||||||
|
social:
|
||||||
|
type:
|
||||||
|
names:
|
||||||
|
links:
|
||||||
|
- "https://github.com/ethanrusz"
|
||||||
|
- "https://mastodon.acm.org/@rusz"
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
# _posts
|
# _posts
|
||||||
- scope:
|
- scope:
|
||||||
|
@ -87,8 +97,8 @@ defaults:
|
||||||
layout: single
|
layout: single
|
||||||
author_profile: true
|
author_profile: true
|
||||||
read_time: true
|
read_time: true
|
||||||
comments: true
|
comments: false
|
||||||
share: true
|
share: false
|
||||||
related: true
|
related: true
|
||||||
# _pages
|
# _pages
|
||||||
- scope:
|
- scope:
|
||||||
|
|
Loading…
Reference in a new issue