website/_config.yml
2023-08-11 15:23:09 +03:00

34 lines
1.1 KiB
YAML

# Site settings
title: Daudix's Blog
baseurl: "/blog" # the subpath of your site, e.g. /blog/
# usually empty. necessary for building absolute URIs
# for metadata header
url: "https://daudix-ufo.codeberg.page" # the base hostname & protocol for your site
sourceurl: "https://codeberg.org/daudix-UFO/blog-source" # "edit this website" link in the footer
hosting: "Codeberg" # the hosting of your site, e.g Codeberg
description: "Daudix UFO's blog."
issuesurl: "https://codeberg.org/daudix-UFO/blog-source/issues" # issue tracker for website
permalink: /:title/
primary-color: "#c061cb" #used in ios theme. further color customization in style.css
comments:
host: mstdn.social
username: Daudix
# Build settings
markdown: kramdown
timezone: UTC
exclude: [Gemfile, Gemfile.lock, Dockerfile, local.sh, rename.sh, README.md]
feed:
tags:
path: "feed/tags/"
plugins:
- jekyll-toc
defaults:
- scope:
path: "_posts"
type: "posts"
values:
layout: "default"
author: "Daudix_UFO"
destination: "posts"