website/_config.yml
daudix-UFO a57acde1b3
feat: Structure change, index page improvements
New structure (use _posts and not posts, so now posts are in root, rip
links)

New style for posts list in inde page, with date and tags

Make posts in index page generate from posts automatically

Make table of contents generate automatically

Use new posts layout for better maintainability

Introduce new `hosing` tag in config to specify where the page is
hosted, needed for 404 page

Some other stuff that I forgot about
2023-07-29 06:34:01 +03:00

28 lines
927 B
YAML

# Site settings
title: Daudix's Blog
baseurl: "/blog" # the subpath of your site, e.g. /blog/
# usually empty. necessary for buidling 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
# Build settings
markdown: kramdown
defaults:
-
scope:
path: "_posts"
type: "posts"
values:
layout: "default"
author: "Daudix_UFO"
destination: "posts"
plugins:
- jekyll-toc