mirror of
https://github.com/ethanrusz/ethanrusz
synced 2024-11-21 15:57:45 -05:00
Update site info
This commit is contained in:
parent
c44521e0b1
commit
98241aab81
7 changed files with 21 additions and 56 deletions
51
_config.yml
51
_config.yml
|
@ -13,16 +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: Ethan Ruszanowski
|
||||
email: ethan@rusz.dev
|
||||
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
|
||||
minimal_mistakes_skin: default
|
||||
search: true
|
||||
Blog and portfolio for Ethan Ruszanowski.
|
||||
github_username: ethanrusz
|
||||
minimal_mistakes_skin: dark
|
||||
search: false
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
|
@ -31,7 +28,7 @@ remote_theme: mmistakes/minimal-mistakes
|
|||
permalink: /:categories/:title/
|
||||
paginate: 5 # amount of posts to show
|
||||
paginate_path: /page:num/
|
||||
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||
timezone: America/New_York
|
||||
|
||||
include:
|
||||
- _pages
|
||||
|
@ -58,34 +55,28 @@ plugins:
|
|||
- jekyll-include-cache
|
||||
|
||||
author:
|
||||
name : "First Lastname"
|
||||
avatar : "/assets/images/bio-photo.jpg"
|
||||
bio : "My awesome biography constrained to a sentence or two goes here."
|
||||
name: "Ethan Ruszanowski"
|
||||
avatar: "/assets/images/avatar.png"
|
||||
bio: "Data engineer, polyglot developer, and RIT Computing and Information Technologies alum."
|
||||
links:
|
||||
- label: "Website"
|
||||
icon: "fas fa-fw fa-link"
|
||||
url: "https://"
|
||||
- label: "Twitter"
|
||||
icon: "fab fa-fw fa-twitter-square"
|
||||
url: "https://twitter.com/"
|
||||
- label: "Email"
|
||||
icon: "fas fa-fw fa-envelope"
|
||||
url: "mailto:ethan@rusz.dev"
|
||||
- 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/ethanrusz"
|
||||
- label: "Mastodon"
|
||||
icon: "fab fa-fw fa-mastodon"
|
||||
url: "https://mastodon.acm.org/@rusz"
|
||||
- label: "Matrix"
|
||||
icon: "fas fa-fw fa-paper-plane"
|
||||
url: "https://matrix.to/#/@ruszdev:matrix.org"
|
||||
|
||||
footer:
|
||||
links:
|
||||
- label: "Twitter"
|
||||
icon: "fab fa-fw fa-twitter-square"
|
||||
url: "https://twitter.com/"
|
||||
- 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/ethanrusz"
|
||||
|
||||
defaults:
|
||||
# _posts
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
permalink: /about/
|
||||
title: "About"
|
||||
---
|
||||
|
||||
Tempor velit sint sunt ipsum tempor enim ad qui ullamco. Est dolore anim ad velit duis dolore minim sunt aliquip amet commodo labore. Ut eu pariatur aute ea aute excepteur laborum. Esse ea esse excepteur minim mollit qui cillum excepteur ex dolore magna. Labore deserunt fugiat incididunt incididunt sint ea. Consequat dolore aute laboris quis proident quis non et est consectetur ex eiusmod sit culpa.
|
||||
|
||||
Cupidatat ea do et in excepteur in. Ad nostrud ut est esse eu duis ea sunt eiusmod. Aliquip tempor veniam sint elit fugiat. Velit incididunt laboris amet incididunt labore dolore irure velit excepteur commodo deserunt laborum. Consectetur eu fugiat veniam veniam Lorem labore magna eiusmod. Ea occaecat reprehenderit pariatur consectetur minim labore ut aliquip.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: "Posts by Category"
|
||||
layout: categories
|
||||
permalink: /categories/
|
||||
author_profile: true
|
||||
---
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: "Posts by Tag"
|
||||
permalink: /tags/
|
||||
layout: tags
|
||||
author_profile: true
|
||||
---
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: "Posts by Year"
|
||||
permalink: /posts/
|
||||
layout: posts
|
||||
author_profile: true
|
||||
---
|
BIN
assets/images/avatar.png
Normal file
BIN
assets/images/avatar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 MiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB |
Loading…
Reference in a new issue