website/_config.yml

32 lines
1,016 B
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
feed:
tags:
path: "feed/tags/"
plugins:
- jekyll-toc
defaults:
- scope:
path: "_posts"
type: "posts"
values:
layout: "default"
author: "Daudix_UFO"
destination: "posts"