add mastodon option for social links

This commit is contained in:
JesseBot 2025-01-10 19:44:54 +01:00
parent f2f1e8e522
commit 0c8e43e161
No known key found for this signature in database
3 changed files with 24 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "tiny_personal_website" name = "tiny_personal_website"
version = "0.2.0" version = "0.3.0"
description = "basic resume site written with flask and bootstrap and configurable with a YAML file" description = "basic resume site written with flask and bootstrap and configurable with a YAML file"
authors = ["jessebot <jessebot@linux.com>"] authors = ["jessebot <jessebot@linux.com>"]
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"

View file

@ -15,7 +15,7 @@ fork_me: true
profile_image: 'my_picture.png' profile_image: 'my_picture.png'
# image alt text # image alt text
profile_image_alt: 'Portrait selfie of a 31 year old person with an olive skin tone. They have an undercut and medium legnth blue hair parted to the side. They are smiling and wearing a black shirt.' profile_image_alt: 'Portrait selfie of a 32 year old person with an olive skin tone. They have an undercut and medium legnth blue hair parted to the side. They are smiling and wearing a black shirt.'
# Your name # Your name
name: 'Jesse Hitch' name: 'Jesse Hitch'
@ -27,7 +27,7 @@ pronouns: 'they/them'
blurb: "You can probably call me if there's a problem with Kubernetes, CI/CD, a Python app, or you need help with most things to do with the web. I also put too much effort into terminal based interfaces, and if you let me, will draw pictures of tech stuff." blurb: "You can probably call me if there's a problem with Kubernetes, CI/CD, a Python app, or you need help with most things to do with the web. I also put too much effort into terminal based interfaces, and if you let me, will draw pictures of tech stuff."
# Job Title # Job Title
occupation: 'Senior DevOps Engineer' occupation: 'Senior Reliability Engineer'
# Skills - what you're good at. # Skills - what you're good at.
skills: skills:
- linux - linux
@ -40,7 +40,7 @@ skills:
likes: likes:
- comfy couches - comfy couches
- videogames - videogames
- analogies - tamagotchis
# social links you want to display on the profile # social links you want to display on the profile
social_links: social_links:
@ -59,5 +59,15 @@ social_links:
URL: 'https://www.linkedin.com/in/jesse-hitch' URL: 'https://www.linkedin.com/in/jesse-hitch'
icon: 'nf-fa-linkedin_square' icon: 'nf-fa-linkedin_square'
# mastodon is optional
mastodon:
URL: 'https://social.smallhack.org/@jessebot'
icon: "nf-fa-mastodon"
# fedi is optional
# fedi:
# URL: 'https://social.smallhack.org/@jessebot'
# icon: "nf-fa-fediverse"
# this can be from any provider, but has to download a PDF file # this can be from any provider, but has to download a PDF file
resume_pdf_URL: "https://docs.google.com/document/d/1O-qsyVP444QeaBi9EwygDlGzIWvMMUJP80cPsk2Z6lg/export?format=pdf" resume_pdf_URL: "https://docs.google.com/document/d/1O-qsyVP444QeaBi9EwygDlGzIWvMMUJP80cPsk2Z6lg/export?format=pdf"

View file

@ -36,6 +36,16 @@
font-size: 4rem !important; font-size: 4rem !important;
} }
.nf-fa-mastodon:before {
content: "\f4f6";
font-size: 4rem !important;
}
.nf-fa-mastodon:before {
content: "\f4f6";
font-size: 4rem !important;
}
/* ------- user icons ----------- */ /* ------- user icons ----------- */