Merge upstream

This commit is contained in:
2024-12-06 16:44:12 -05:00
parent 14e8771049
commit 913e60acc9
86 changed files with 1987 additions and 1556 deletions

View File

@@ -10,7 +10,7 @@
############################
# Name of website
title: My site
title: Bryan Roessler
# Your name to show in the footer
author: Bryan Roessler
@@ -27,15 +27,13 @@ navbar-links:
Services:
- Syncthing: "https://syncthing.bryanroessler.com"
- Panel: "https://panel.bryanroessler.com"
################
# --- Logo --- #
################
# If you want to have an image logo in the top-left corner instead of the title text,
# then specify the following parameter
#title-img: "./img/me_square_sepia_small.jpg"
# --- Background colour/image options --- #
# Image to show in the navigation bar - works best with a square image
# Remove this parameter if you don't want an image in the navbar
avatar: "/assets/img/me_square_sepia_small.jpg"
# By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false'
@@ -51,41 +49,41 @@ round-avatar: true
#####################################
# Select the social network links that you want to show in the footer.
# You can change the order that they show up on the page by changing the order here.
# Uncomment the links you want to show and add your information to each one.
social-network-links:
email: "bryanroessler@gmail.com"
rss: true # remove this line if you don't want to show an RSS link at the bottom
# facebook: deanattali
rss: true
# facebook:
github: "https://git.bryanroessler.com"
# twitter: daattali
# patreon: DeanAttali
# youtube: c/daattali
# medium: yourname
# reddit: yourname
# google-plus: +DeanAttali
# twitter:
# reddit:
# google-plus:
linkedin: bryan-roessler-phd-47535a60
# xing: yourname
# stackoverflow: "3943160/daattali"
# snapchat: deanat78
# instagram: deanat78
# spotify: yourname
# telephone: +14159998888
# steam: deanat78
# twitch: yourname
# yelp: yourname
# telegram: yourname
# calendly: yourname
# mastodon: instance.url/@username
# ORCID: your ORCID ID
# google-scholar: your google scholar
# discord: invite/invite_code or users/userid
# kaggle: yourname
# hackerrank: yourname
# youtube:
# medium:
# spotify: yourname
# telephone: +14159998888
# steam: deanat78
# twitch: yourname
# yelp: yourname
# telegram: yourname
# calendly: yourname
# mastodon: instance.url/@username
# bluesky: yourname
# ORCID: your ORCID ID
# google-scholar: your google scholar
# discord: "invite_code" or "users/userid" or "invite/invite_code"
# kaggle: yourname
# hackerrank: yourname
# gitlab: yourname
# itchio: yourname
# untappd: yourname
# If you want your website to generate an RSS feed, provide a description
# The URL for the feed will be https://<your_website>/feed.xml
rss-description: This website is a virtual proof that I'm awesome
rss-description: Bryan Roessler's Blog
###########################
# --- General options --- #
@@ -98,9 +96,12 @@ share-links-active:
linkedin: false
vk: false
# How to display the link to your website in the footer
# How to display the link to the website in the footer
# Remove this if you don't want a link in the footer
url-pretty: "bryanroessler.com" # eg. "deanattali.com/beautiful-jekyll"
url-pretty: "bryanroessler.com"
# Add the website title to the title of every page
title-on-all-pages: true
# Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words
excerpt_length: 50
@@ -131,14 +132,14 @@ navbar-var-length: false
# Personalize the colours in your website. Colour values can be any valid CSS colour
navbar-col: "#EAEAEA"
navbar-text-col: "#404040"
navbar-border-col: "#DDDDDD"
page-col: "#FFFFFF"
text-col: "#404040"
link-col: "#008AFF"
hover-col: "#0085A1"
footer-col: "#EAEAEA"
navbar-col: "#F5F5F5" # #EAEAEA
navbar-text-col: "#404040"
navbar-border-col: "#DDDDDD"
footer-col: "#F5F5F5" # #EAEAEA
footer-text-col: "#777777"
footer-link-col: "#404040"
footer-hover-col: "#0085A1"
@@ -165,15 +166,15 @@ footer-hover-col: "#0085A1"
# --- Web Analytics Section --- #
#################################
# Fill in your Google Analytics gtag.js ID to track your website using gtag
#gtag: ""
# Fill in your Google Analytics ID to track your website using Google Analytics
google_analytics: "UA-158358388-1"
# Fill in your Google Analytics tag ID (or "Measurement ID") to track your website usage
#gtag: "G-XXXXXXXXXX"
# Fill in your Cloudflare Analytics beacon token to track your website using Cloudflare Analytics
#cloudflare_analytics: ""
# Fill in your Google Analytics ID to track your website using GA
google_analytics: "UA-158358388-1"
# Google Tag Manager ID
#gtm: ""
@@ -185,6 +186,11 @@ google_analytics: "UA-158358388-1"
# uri: "demo.wiki.pro"
# opt-out: true
# Google Universal Analytics ID -- deprecated
# As of July 2023 this is no longer supported by Google! If you are still using `google_analytics`,
# you should switch to using the `gtag` field above instead.
#google_analytics: "UA-XXXXXXXX-X"
####################
# --- Comments --- #
####################
@@ -209,23 +215,23 @@ google_analytics: "UA-158358388-1"
# label: blog-comments # Label that will be assigned to GitHub Issues created by Utterances
# To use Staticman comments, uncomment the following section. You may leave the reCaptcha
# section commented if you aren't using reCaptcha for spam protection.
# Using Staticman requires advanced knowledge, please consult
# https://github.com/eduardoboucas/staticman/ and https://staticman.net/ for further
# instructions. For any support with staticman please direct questions to staticman and
# section commented if you aren't using reCaptcha for spam protection.
# Using Staticman requires advanced knowledge, please consult
# https://github.com/eduardoboucas/staticman/ and https://staticman.net/ for further
# instructions. For any support with staticman please direct questions to staticman and
# not to BeautifulJekyll.
#staticman:
# repository : # GitHub username/repository eg. "daattali/beautiful-jekyll"
# branch : master # If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml`
# endpoint : # URL of your deployment, with a trailing slash eg. "https://<your-api>/v3/entry/github/"
# reCaptcha: # (optional, set these parameters in `staticman.yml` as well)
# reCaptcha: # (optional, set these parameters in `staticman.yml` as well)
# siteKey : # You need to apply for a site key on Google
# secret : # Encrypt your password by going to https://<your-own-api>/v3/encrypt/<your-site-secret>
# To use giscus comments:
# (0) Uncomment the following giscus section, (1) Enable Discussions in your GitHub repository,
# (0) Uncomment the following giscus section, (1) Enable Discussions in your GitHub repository,
# (2) Install the giscus app in your repository (details at https://giscus.app),
# (3) Fill in *all* the parameters below
# (3) Fill in *all* the parameters below
# See more details about giscus and each of the following parameters at https://giscus.app
#giscus:
# hostname: giscus.app # Replace with your giscus instance's hostname if self-hosting
@@ -256,7 +262,7 @@ date_format: "%B %-d, %Y"
timezone: "America/New_York"
markdown: kramdown
highlighter: rouge
permalink: /:year/:month/:day/:title
permalink: /:year-:month-:day-:title/
paginate: 5
plugins: [jekyll-paginate]
@@ -274,6 +280,7 @@ defaults:
layout: "post"
comments: false # add comments to all blog posts
social-share: true # add social media sharing buttons to all blog posts
readtime: true # add estimated reading time on all blog posts
-
scope:
path: "" # any file that's not a post will be a "page" layout by default
@@ -292,7 +299,6 @@ exclude:
- docs/
- vendor/
# Beautiful Jekyll / Dean Attali
# 2fc73a3a967e97599c9763d05e564189
plugins:
- jekyll-paginate
- jekyll-sitemap