website/_config.yml

42 lines
1.3 KiB
YAML
Raw Normal View History

# Site settings
title: Daudix's Blog
2023-06-23 23:56:08 +00:00
baseurl: "/blog" # the subpath of your site, e.g. /blog/
# usually empty. necessary for building absolute URIs
# for metadata header
2023-07-09 13:34:58 +00:00
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
2023-07-09 13:34:58 +00:00
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
# Mastodon-powered commenting. See https://github.com/cassidyjames/cassidyjames.github.io/blob/main/_config.yaml#L33
comments:
host: mstdn.social
username: Daudix
token: jTNX9pAV8XEPBby0cPWF6CmGY60kkIy4vidggfxXmoQ
# Build settings
markdown: kramdown
2023-08-09 16:41:44 +00:00
timezone: UTC
exclude: [Gemfile, Gemfile.lock, Dockerfile, local.sh, rename.sh, README.md]
2023-08-14 21:10:19 +00:00
compress_html:
blanklines: true
feed:
2023-08-03 13:45:49 +00:00
tags:
path: "feed/tags/"
plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-toc
defaults:
2023-08-03 13:45:49 +00:00
- scope:
path: "_posts"
type: "posts"
values:
layout: "default"
author: "Daudix_UFO"
destination: "posts"