elyday.dev/_config.yml
elyday 990c8ba239 Update contact information and add age public key
Updated the email address in the configuration and added contact details in the author section and about page with instructions for encrypted communication using the age tool. Added the age public key file to the repository for secure mail encryption.
2024-12-25 00:24:38 +01:00

79 lines
1.3 KiB
YAML

title: elyday.dev
description: >-
Some dude in the internet.
lang: en-US
timezone: Europe/Berlin
image: assets/img/ogp.png
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