Changed the `url` value in `_config.yml` from "https://klise.now.sh" to "https://elyday.dev" to reflect the updated domain. This ensures the site points to the correct address.
78 lines
1.3 KiB
YAML
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://elyday.dev" #
|
|
baseurl:
|
|
permalink: /:year/:month/:day/: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
|