Modified the permalink setting in `_config.yml` to include year, month, and day in the URL structure. This change improves content organization and allows for better chronological referencing.
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://klise.now.sh" #
|
|
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
|