mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
add mastodon option for social links
This commit is contained in:
parent
f2f1e8e522
commit
0c8e43e161
3 changed files with 24 additions and 4 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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 ----------- */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue