Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Haake committed Jan 17, 2024
1 parent 460e046 commit 7013523
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
############################

# Name of website
title: My Website
title: haak3.de

# Your name to show in the footer
author: Some Person
author: Christian Haake

###############################################
# --- List of links in the navigation bar --- #
Expand Down Expand Up @@ -50,16 +50,16 @@ round-avatar: true
# 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: "someone@example.com"
email: "christianhaake@gmail.com"
rss: true # remove this line if you don't want to show an RSS link at the bottom
facebook: deanattali
github: daattali
twitter: daattali
patreon: DeanAttali
youtube: "@daattali"
# facebook: deanattali
github: ChristianHaake
# twitter: daattali
# patreon: DeanAttali
# youtube: "@daattali"
# medium: yourname
# reddit: yourname
# linkedin: daattali
linkedin: christianhaake
# xing: yourname
# stackoverflow: "3943160/daattali"
# snapchat: deanat78
Expand All @@ -72,7 +72,7 @@ social-network-links:
# telegram: yourname
# calendly: yourname
# mastodon: instance.url/@username
# bluesky: yourname
bluesky: haak3.de
# ORCID: your ORCID ID
# google-scholar: your google scholar
# discord: "invite_code" or "users/userid" or "invite/invite_code"
Expand All @@ -82,22 +82,22 @@ social-network-links:

# 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: Haak3.de - Hier teile ich meine Leidenschaft für Bildung und Medienkompetenz, biete Einblicke in meine beruflichen Erfahrungen und stelle Ressourcen zur Verfügung, die Bildung und Medienbildung bereichern können.

###########################
# --- General options --- #
###########################

# Select which social network share links to show in posts
share-links-active:
twitter: true
facebook: true
twitter: false
facebook: false
linkedin: true
vk: false

# How to display the link to your website in the footer
# Remove this if you don't want a link in the footer
url-pretty: "MyWebsite.com"
url-pretty: "haak3.de"

# Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words
excerpt_length: 50
Expand Down Expand Up @@ -252,7 +252,7 @@ date_format: "%B %-d, %Y"
#################################################################################

# Output options (more information on Jekyll's site)
timezone: "America/Toronto"
timezone: "Europe/Berlin"
markdown: kramdown
highlighter: rouge
permalink: /:year-:month-:day-:title/
Expand Down

0 comments on commit 7013523

Please sign in to comment.