elyday.dev/_config.yml
elyday cd7ed8a775
All checks were successful
/ CI (push) Successful in 13s
/ CD (push) Successful in 7s
Update Open Graph logic and remove unused OGP image
Removed the fallback Open Graph image logic from the header and deleted the unused `ogp.png` file. Also removed the `image` field from `_config.yml` as it is no longer necessary. Simplifies configuration and ensures only page-specific images are used.
2024-12-25 14:57:15 +01:00

78 lines
1.3 KiB
YAML

title: elyday.dev
description: >-
Some dude in the internet.
lang: en-US
timezone: Europe/Berlin
mode: dark # default theme "dark" | "light"
# Profile settings
author:
name: elyday
bio: >-
Some dude in the internet. Interested in gaming and software backend engineering (mainly using php as programming language).
username: elyday
github: elyday
email: hello@elyday.dev
avatar: /assets/img/avatar.jpg
# URL settings
url: "https://klise.now.sh" #
baseurl:
permalink: /:title/
google_analytics: # leave it blank if not wish
fb_appid:
# Collection setting
collections:
posts:
output: true
# Markdown settings
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter: rouge
# Default front matter
defaults:
- scope:
path: ""
values:
layout: post
comments: false
# Jekyll Compose default front matter
jekyll_compose:
post_default_front_matter:
modified:
tags: [ ]
description:
draft_default_front_matter:
modified:
tags: [ ]
description:
# Homepage limit posts
number_of_posts: 5
# Build settings
# theme: klise
sass:
style: compressed
include:
- _redirects
- .htaccess
exclude:
- Gemfile
- Gemfile.lock
- README.md
- node_modules
- lighthouse.png
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-postfiles