website/_config.yml

34 lines
1.1 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
comments:
host: mstdn.social
username: Daudix
# 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]
feed:
2023-08-03 13:45:49 +00:00
tags:
path: "feed/tags/"
plugins:
- jekyll-toc
defaults:
2023-08-03 13:45:49 +00:00
- scope:
path: "_posts"
type: "posts"
values:
layout: "default"
author: "Daudix_UFO"
destination: "posts"