ethanrusz/_config.yml

132 lines
3.4 KiB
YAML
Raw Normal View History

2022-12-27 17:43:38 -05:00
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# 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 }}.
2022-12-29 11:50:12 -05:00
title: rusz.dev
2022-12-27 18:05:37 -05:00
email: ethan@rusz.dev
2022-12-27 17:43:38 -05:00
description: >- # this means to ignore newlines until "baseurl:"
2023-10-24 16:02:37 -04:00
Blog and portfolio for Em (Ethan) Ruszanowski.
2022-12-27 18:05:37 -05:00
github_username: ethanrusz
minimal_mistakes_skin: dark
search: false
2022-12-27 17:43:38 -05:00
# Build settings
markdown: kramdown
remote_theme: mmistakes/minimal-mistakes
# Outputting
permalink: /:categories/:title/
paginate: 5 # amount of posts to show
paginate_path: /page:num/
2022-12-27 18:05:37 -05:00
timezone: America/New_York
2022-12-27 17:43:38 -05:00
include:
- _pages
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
# Plugins (previously gems:)
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
author:
2023-08-19 22:59:48 -04:00
name: "Em (Ethan) Ruszanowski"
2022-12-27 18:05:37 -05:00
avatar: "/assets/images/avatar.png"
bio: "Data engineer, polyglot developer, and RIT Computing and Information Technologies alum."
2022-12-27 17:43:38 -05:00
links:
2022-12-29 11:39:54 -05:00
- label: "Docker Hub"
2022-12-29 11:47:12 -05:00
icon: "fab fa-fw fa-docker"
2022-12-29 11:39:54 -05:00
url: "https://hub.docker.com/u/ethanrusz"
2022-12-27 18:05:37 -05:00
- label: "Email"
icon: "fas fa-fw fa-envelope"
url: "mailto:ethan@rusz.dev"
2023-12-19 14:52:35 -05:00
- label: "Forgejo"
icon: "fab fa-fw fa-git-alt"
url: "https://git.beans.team/em"
2022-12-27 17:43:38 -05:00
- label: "GitHub"
icon: "fab fa-fw fa-github"
2022-12-27 18:05:37 -05:00
url: "https://github.com/ethanrusz"
- label: "Mastodon"
icon: "fab fa-fw fa-mastodon"
2022-12-29 12:38:04 -05:00
url: "https://infosec.exchange/@rusz"
2022-12-27 18:05:37 -05:00
- label: "Matrix"
icon: "fas fa-fw fa-paper-plane"
url: "https://matrix.to/#/@ruszdev:matrix.org"
2023-10-24 18:37:40 -04:00
- label: "PGP Keys"
2023-10-24 16:02:37 -04:00
icon: "fas fa-fw fa-lock"
2023-10-24 15:54:01 -04:00
url: "https://rusz.dev/pgp"
2023-10-26 19:03:55 -04:00
- label: "XMPP"
icon: "fas fa-fw fa-paper-plane"
url: "xmpp://ruszdev@macaw.me"
2022-12-27 17:43:38 -05:00
footer:
links:
2023-12-19 14:52:35 -05:00
- label: "Forgejo"
icon: "fab fa-fw fa-git-alt"
url: "https://git.beans.team/em"
2022-12-27 17:43:38 -05:00
- label: "GitHub"
icon: "fab fa-fw fa-github"
2022-12-27 18:05:37 -05:00
url: "https://github.com/ethanrusz"
2022-12-27 17:43:38 -05:00
2023-10-24 16:11:51 -04:00
after_footer_scripts:
- assets/js/clipboard.js
2022-12-29 11:39:54 -05:00
social:
type:
names:
links:
- "https://github.com/ethanrusz"
- "https://mastodon.acm.org/@rusz"
2022-12-27 17:43:38 -05:00
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
2022-12-29 11:39:54 -05:00
comments: false
share: false
2022-12-27 17:43:38 -05:00
related: true
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: true
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/